#67048B

Color #67048B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #67048B

Tints of Indigo #67048B

Color information

#67048B (or 0x67048B) is unknown color: approx Indigo. HEX triplet: 67, 04 and 8B. RGB value is (103,4,139). Sum of RGB (Red+Green+Blue) = 103+4+139=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #67048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67048B is #98FB74. Grayscale: #303030. Windows color (decimal): -10025845 or 9110631. OLE color: 9110631.

HSL color Cylindrical-coordinate representation of color #67048B: hue angle of 284º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67048B is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1034139-
CMYK0.260.9700.45
HSL284º94.41%28.04%-
HSV(B)284º97.12%54.51%-
XYZ10.34.8324.82-
YUV48.99178.8166.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 41.87%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=41.87%
G=1.63%
B=56.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10341390.260.9700.4528494.4128.04
Hex6748B1A6102D11c5e1c
Octal14742133214105543413634
Binary1100111100100010111101011000010101101100011100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67048B; }

 p { color: rgb(103,4,139); }

 H1.HeaderClassName
 {
   color: #67048B;
 }
 .AnyTagClassName
 {
   color: #67048B;
 }
</style>
background-color css

<style>
 a { background-color: #67048B; }

 a { background-color: rgb(103,4,139); }

 div.DivClassName
 {
   background-color: #67048B;
 }
 .BgClassName
 {
   background-color: #67048B;
 }
</style>
border-color css

<style>
 span { border-color: #67048B; }

 span { border-color: rgb(103,4,139); }

 td.TdClassName
 {
   border-color: #67048B;
 }
 .TagClassName
 {
   border-color: #67048B;
 }
</style>