Html Css Color HEX #64018B Indigo

📋 copy color: '#64018B'

red 100 ◦ green 1 ◦ blue 139

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

Shades of Indigo #64018B

Tints of Indigo #64018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 41.67%
G = 0.42%
B = 57.92%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64018B (or 0x64018B) is known color: Indigo. HEX triplet: 64, 01 and 8B. RGB value is (100,1,139). Sum of RGB (Red+Green+Blue) = 100+1+139=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #64018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018B is #9BFE74. Grayscale: #2D2D2D. Windows color (decimal): -10223221 or 9109860. OLE color: 9109860.

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

Color convert

RGB 100 1 139 -
CMYK 0.28 0.99 0 0.45
HSL 283.04º 0.99% 0.27% -
HSV(B) 283.04º 0.99% 0.55% -
XYZ 9.93 4.6 24.79 -
YUV 46.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 100 1 139 0.28 0.99 0 0.45 283.04 0.99 0.27
Hex 64 1 8B 1C 63 0 2D 11B 63 1B
Octal 144 1 213 34 143 0 55 433 143 33
Binary 1100100 1 10001011 11100 1100011 0 101101 100011011 1100011 11011

Color Harmonies of #64018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64018B

Black with #64018B

Text Example


Text Example

White with #64018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,1,139); }

 H1.HeaderClassName
 {
   color: #64018B;
 }
 .AnyTagClassName
 {
   color: #64018B;
 }
</style>

background-color css

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

 a { background-color: rgb(100,1,139); }

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

border-color css

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

 span { border-color: rgb(100,1,139); }

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