Html Css Color HEX #420C7D Indigo

📋 copy color: '#420C7D'

red 66 ◦ green 12 ◦ blue 125

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

Shades of Indigo #420C7D

Tints of Indigo #420C7D

RGB

 RED value IS 66 (26.17% from 255) = 32.51%

 GREEN value IS 12 (5.08% from 255) = 5.91%

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 32.51%
G = 5.91%
B = 61.58%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#420C7D (or 0x420C7D) is known color: Indigo. HEX triplet: 42, 0C and 7D. RGB value is (66,12,125). Sum of RGB (Red+Green+Blue) = 66+12+125=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #420C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C7D is #BDF382. Grayscale: #282828. Windows color (decimal): -12448643 or 8195138. OLE color: 8195138.

HSL color Cylindrical-coordinate representation of color #420C7D: hue angle of 268.67º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420C7D is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 12 125 -
CMYK 0.47 0.90 0 0.51
HSL 268.67º 0.82% 0.27% -
HSV(B) 268.67º 0.9% 0.49% -
XYZ 6.08 2.9 19.64 -
YUV 41.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 66 12 125 0.47 0.90 0 0.51 268.67 0.82 0.27
Hex 42 C 7D 2F 5A 0 33 10D 52 1B
Octal 102 14 175 57 132 0 63 415 122 33
Binary 1000010 1100 1111101 101111 1011010 0 110011 100001101 1010010 11011

Color Harmonies of #420C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C7D

Black with #420C7D

Text Example


Text Example

White with #420C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420C7D; }

 p { color: rgb(66,12,125); }

 H1.HeaderClassName
 {
   color: #420C7D;
 }
 .AnyTagClassName
 {
   color: #420C7D;
 }
</style>

background-color css

<style>
 a { background-color: #420C7D; }

 a { background-color: rgb(66,12,125); }

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

border-color css

<style>
 span { border-color: #420C7D; }

 span { border-color: rgb(66,12,125); }

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