Html Css Color HEX #420C7C Indigo

📋 copy color: '#420C7C'

red 66 ◦ green 12 ◦ blue 124

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

Shades of Indigo #420C7C

Tints of Indigo #420C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.39%

R = 32.67%
G = 5.94%
B = 61.39%

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

#420C7C (or 0x420C7C) is known color: Indigo. HEX triplet: 42, 0C and 7C. RGB value is (66,12,124). Sum of RGB (Red+Green+Blue) = 66+12+124=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #420C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C7C is #BDF383. Grayscale: #282828. Windows color (decimal): -12448644 or 8129602. OLE color: 8129602.

HSL color Cylindrical-coordinate representation of color #420C7C: hue angle of 268.93º 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 #420C7C is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 12 124 -
CMYK 0.47 0.90 0 0.51
HSL 268.93º 0.82% 0.27% -
HSV(B) 268.93º 0.9% 0.49% -
XYZ 6.02 2.88 19.31 -
YUV 40.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 66 12 124 0.47 0.90 0 0.51 268.93 0.82 0.27
Hex 42 C 7C 2F 5A 0 33 10D 52 1B
Octal 102 14 174 57 132 0 63 415 122 33
Binary 1000010 1100 1111100 101111 1011010 0 110011 100001101 1010010 11011

Color Harmonies of #420C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C7C

Black with #420C7C

Text Example


Text Example

White with #420C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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