Html Css Color HEX #42038F Indigo

📋 copy color: '#42038F'

red 66 ◦ green 3 ◦ blue 143

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

Shades of Indigo #42038F

Tints of Indigo #42038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 31.13%
G = 1.42%
B = 67.45%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42038F (or 0x42038F) is known color: Indigo. HEX triplet: 42, 03 and 8F. RGB value is (66,3,143). Sum of RGB (Red+Green+Blue) = 66+3+143=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #42038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42038F is #BDFC70. Grayscale: #252525. Windows color (decimal): -12450929 or 9372482. OLE color: 9372482.

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

Color convert

RGB 66 3 143 -
CMYK 0.54 0.98 0 0.44
HSL 267º 0.96% 0.29% -
HSV(B) 267º 0.98% 0.56% -
XYZ 7.24 3.21 26.22 -
YUV 37.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 66 3 143 0.54 0.98 0 0.44 267 0.96 0.29
Hex 42 3 8F 36 62 0 2C 10B 60 1D
Octal 102 3 217 66 142 0 54 413 140 35
Binary 1000010 11 10001111 110110 1100010 0 101100 100001011 1100000 11101

Color Harmonies of #42038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42038F

Black with #42038F

Text Example


Text Example

White with #42038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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