#67038A

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

Shades of Indigo #67038A

Tints of Indigo #67038A

Color information

#67038A (or 0x67038A) is unknown color: approx Indigo. HEX triplet: 67, 03 and 8A. RGB value is (103,3,138). Sum of RGB (Red+Green+Blue) = 103+3+138=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #67038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67038A is #98FC75. Grayscale: #2F2F2F. Windows color (decimal): -10026102 or 9044839. OLE color: 9044839.

HSL color Cylindrical-coordinate representation of color #67038A: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67038A is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1033138-
CMYK0.250.9800.46
HSL284.44º95.74%27.65%-
HSV(B)284.44º97.83%54.12%-
XYZ10.214.7824.43-
YUV48.29178.63167.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.21%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=42.21%
G=1.23%
B=56.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10331380.250.9800.46284.4495.7427.65
Hex6738A196202E11c601c
Octal14732123114205643414034
Binary110011111100010101100111000100101110100011100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67038A; }

 p { color: rgb(103,3,138); }

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

<style>
 a { background-color: #67038A; }

 a { background-color: rgb(103,3,138); }

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

<style>
 span { border-color: #67038A; }

 span { border-color: rgb(103,3,138); }

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