Html Css Color HEX #64067E Indigo

📋 copy color: '#64067E'

red 100 ◦ green 6 ◦ blue 126

#64067E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #64067E

Tints of Indigo #64067E

RGB

 RED value IS 100 (39.45% from 255) = 43.1%

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 126 (49.61% from 255) = 54.31%

R = 43.1%
G = 2.59%
B = 54.31%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64067E (or 0x64067E) is known color: Indigo. HEX triplet: 64, 06 and 7E. RGB value is (100,6,126). Sum of RGB (Red+Green+Blue) = 100+6+126=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #64067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64067E is #9BF981. Grayscale: #2F2F2F. Windows color (decimal): -10221954 or 8259172. OLE color: 8259172.

HSL color Cylindrical-coordinate representation of color #64067E: hue angle of 287º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64067E is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 6 126 -
CMYK 0.21 0.95 0 0.51
HSL 287º 0.91% 0.26% -
HSV(B) 287º 0.95% 0.49% -
XYZ 9.09 4.35 20.1 -
YUV 47.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 100 6 126 0.21 0.95 0 0.51 287 0.91 0.26
Hex 64 6 7E 15 5F 0 33 11F 5B 1A
Octal 144 6 176 25 137 0 63 437 133 32
Binary 1100100 110 1111110 10101 1011111 0 110011 100011111 1011011 11010

Color Harmonies of #64067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64067E

Black with #64067E

Text Example


Text Example

White with #64067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64067E; }

 p { color: rgb(100,6,126); }

 H1.HeaderClassName
 {
   color: #64067E;
 }
 .AnyTagClassName
 {
   color: #64067E;
 }
</style>

background-color css

<style>
 a { background-color: #64067E; }

 a { background-color: rgb(100,6,126); }

 div.DivClassName
 {
   background-color: #64067E;
 }
 .BgClassName
 {
   background-color: #64067E;
 }
</style>

border-color css

<style>
 span { border-color: #64067E; }

 span { border-color: rgb(100,6,126); }

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