Html Css Color HEX #42098F Indigo

📋 copy color: '#42098F'

red 66 ◦ green 9 ◦ blue 143

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

Shades of Indigo #42098F

Tints of Indigo #42098F

RGB

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

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

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

R = 30.28%
G = 4.13%
B = 65.6%

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

#42098F (or 0x42098F) is known color: Indigo. HEX triplet: 42, 09 and 8F. RGB value is (66,9,143). Sum of RGB (Red+Green+Blue) = 66+9+143=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #42098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42098F is #BDF670. Grayscale: #282828. Windows color (decimal): -12449393 or 9374018. OLE color: 9374018.

HSL color Cylindrical-coordinate representation of color #42098F: hue angle of 265.52º degrees, saturation: 0.88, 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 #42098F is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 9 143 -
CMYK 0.54 0.94 0 0.44
HSL 265.52º 0.88% 0.3% -
HSV(B) 265.52º 0.94% 0.56% -
XYZ 7.3 3.34 26.25 -
YUV 41.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 66 9 143 0.54 0.94 0 0.44 265.52 0.88 0.3
Hex 42 9 8F 36 5E 0 2C 10A 58 1E
Octal 102 11 217 66 136 0 54 412 130 36
Binary 1000010 1001 10001111 110110 1011110 0 101100 100001010 1011000 11110

Color Harmonies of #42098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42098F

Black with #42098F

Text Example


Text Example

White with #42098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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