Html Css Color HEX #42049F Indigo

📋 copy color: '#42049F'

red 66 ◦ green 4 ◦ blue 159

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

Shades of Indigo #42049F

Tints of Indigo #42049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

 BLUE value IS 159 (62.5% from 255) = 69.43%

R = 28.82%
G = 1.75%
B = 69.43%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42049F (or 0x42049F) is known color: Indigo. HEX triplet: 42, 04 and 9F. RGB value is (66,4,159). Sum of RGB (Red+Green+Blue) = 66+4+159=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #42049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42049F is #BDFB60. Grayscale: #272727. Windows color (decimal): -12450657 or 10421314. OLE color: 10421314.

HSL color Cylindrical-coordinate representation of color #42049F: hue angle of 264º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42049F is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 4 159 -
CMYK 0.58 0.97 0 0.38
HSL 264º 0.95% 0.32% -
HSV(B) 264º 0.97% 0.62% -
XYZ 8.55 3.75 33.07 -
YUV 40.21 195.04 146.4 -
System Red Green Blue C M Y K H S L
Decimal 66 4 159 0.58 0.97 0 0.38 264 0.95 0.32
Hex 42 4 9F 3A 61 0 26 108 5F 20
Octal 102 4 237 72 141 0 46 410 137 40
Binary 1000010 100 10011111 111010 1100001 0 100110 100001000 1011111 100000

Color Harmonies of #42049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42049F

Black with #42049F

Text Example


Text Example

White with #42049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,4,159); }

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

background-color css

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

 a { background-color: rgb(66,4,159); }

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

border-color css

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

 span { border-color: rgb(66,4,159); }

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