Html Css Color HEX #42097C Indigo

📋 copy color: '#42097C'

red 66 ◦ green 9 ◦ blue 124

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

Shades of Indigo #42097C

Tints of Indigo #42097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

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

R = 33.17%
G = 4.52%
B = 62.31%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42097C (or 0x42097C) is known color: Indigo. HEX triplet: 42, 09 and 7C. RGB value is (66,9,124). Sum of RGB (Red+Green+Blue) = 66+9+124=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #42097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42097C is #BDF683. Grayscale: #262626. Windows color (decimal): -12449412 or 8128834. OLE color: 8128834.

HSL color Cylindrical-coordinate representation of color #42097C: hue angle of 269.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42097C is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 9 124 -
CMYK 0.47 0.93 0 0.51
HSL 269.74º 0.86% 0.26% -
HSV(B) 269.74º 0.93% 0.49% -
XYZ 5.98 2.81 19.3 -
YUV 39.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 66 9 124 0.47 0.93 0 0.51 269.74 0.86 0.26
Hex 42 9 7C 2F 5D 0 33 10E 56 1A
Octal 102 11 174 57 135 0 63 416 126 32
Binary 1000010 1001 1111100 101111 1011101 0 110011 100001110 1010110 11010

Color Harmonies of #42097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42097C

Black with #42097C

Text Example


Text Example

White with #42097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42097C; }

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

 H1.HeaderClassName
 {
   color: #42097C;
 }
 .AnyTagClassName
 {
   color: #42097C;
 }
</style>

background-color css

<style>
 a { background-color: #42097C; }

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

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

border-color css

<style>
 span { border-color: #42097C; }

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

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