Html Css Color HEX #42097F Indigo

📋 copy color: '#42097F'

red 66 ◦ green 9 ◦ blue 127

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

Shades of Indigo #42097F

Tints of Indigo #42097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 62.87%

R = 32.67%
G = 4.46%
B = 62.87%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42097F (or 0x42097F) is known color: Indigo. HEX triplet: 42, 09 and 7F. RGB value is (66,9,127). Sum of RGB (Red+Green+Blue) = 66+9+127=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #42097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42097F is #BDF680. Grayscale: #272727. Windows color (decimal): -12449409 or 8325442. OLE color: 8325442.

HSL color Cylindrical-coordinate representation of color #42097F: hue angle of 268.98º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42097F is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 9 127 -
CMYK 0.48 0.93 0 0.50
HSL 268.98º 0.87% 0.27% -
HSV(B) 268.98º 0.93% 0.5% -
XYZ 6.18 2.89 20.31 -
YUV 39.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 66 9 127 0.48 0.93 0 0.50 268.98 0.87 0.27
Hex 42 9 7F 30 5D 0 32 10D 57 1B
Octal 102 11 177 60 135 0 62 415 127 33
Binary 1000010 1001 1111111 110000 1011101 0 110010 100001101 1010111 11011

Color Harmonies of #42097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42097F

Black with #42097F

Text Example


Text Example

White with #42097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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