Html Css Color HEX #42058F Indigo

📋 copy color: '#42058F'

red 66 ◦ green 5 ◦ blue 143

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

Shades of Indigo #42058F

Tints of Indigo #42058F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 30.84%
G = 2.34%
B = 66.82%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42058F (or 0x42058F) is known color: Indigo. HEX triplet: 42, 05 and 8F. RGB value is (66,5,143). Sum of RGB (Red+Green+Blue) = 66+5+143=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #42058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42058F is #BDFA70. Grayscale: #262626. Windows color (decimal): -12450417 or 9372994. OLE color: 9372994.

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

Color convert

RGB 66 5 143 -
CMYK 0.54 0.97 0 0.44
HSL 266.52º 0.93% 0.29% -
HSV(B) 266.52º 0.97% 0.56% -
XYZ 7.26 3.25 26.23 -
YUV 38.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 66 5 143 0.54 0.97 0 0.44 266.52 0.93 0.29
Hex 42 5 8F 36 61 0 2C 10B 5D 1D
Octal 102 5 217 66 141 0 54 413 135 35
Binary 1000010 101 10001111 110110 1100001 0 101100 100001011 1011101 11101

Color Harmonies of #42058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42058F

Black with #42058F

Text Example


Text Example

White with #42058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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