Html Css Color HEX #42088F Indigo

📋 copy color: '#42088F'

red 66 ◦ green 8 ◦ blue 143

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

Shades of Indigo #42088F

Tints of Indigo #42088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 143 (56.25% from 255) = 65.9%

R = 30.41%
G = 3.69%
B = 65.9%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42088F (or 0x42088F) is known color: Indigo. HEX triplet: 42, 08 and 8F. RGB value is (66,8,143). Sum of RGB (Red+Green+Blue) = 66+8+143=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #42088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42088F is #BDF770. Grayscale: #282828. Windows color (decimal): -12449649 or 9373762. OLE color: 9373762.

HSL color Cylindrical-coordinate representation of color #42088F: hue angle of 265.78º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42088F is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 8 143 -
CMYK 0.54 0.94 0 0.44
HSL 265.78º 0.89% 0.3% -
HSV(B) 265.78º 0.94% 0.56% -
XYZ 7.29 3.32 26.24 -
YUV 40.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 66 8 143 0.54 0.94 0 0.44 265.78 0.89 0.3
Hex 42 8 8F 36 5E 0 2C 10A 59 1E
Octal 102 10 217 66 136 0 54 412 131 36
Binary 1000010 1000 10001111 110110 1011110 0 101100 100001010 1011001 11110

Color Harmonies of #42088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42088F

Black with #42088F

Text Example


Text Example

White with #42088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,8,143); }

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

background-color css

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

 a { background-color: rgb(66,8,143); }

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

border-color css

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

 span { border-color: rgb(66,8,143); }

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