Html Css Color HEX #42025F Indigo

📋 copy color: '#42025F'

red 66 ◦ green 2 ◦ blue 95

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

Shades of Indigo #42025F

Tints of Indigo #42025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 40.49%
G = 1.23%
B = 58.28%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42025F (or 0x42025F) is known color: Indigo. HEX triplet: 42, 02 and 5F. RGB value is (66,2,95). Sum of RGB (Red+Green+Blue) = 66+2+95=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #42025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42025F is #BDFDA0. Grayscale: #1F1F1F. Windows color (decimal): -12451233 or 6226498. OLE color: 6226498.

HSL color Cylindrical-coordinate representation of color #42025F: hue angle of 281.29º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42025F is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 2 95 -
CMYK 0.31 0.98 0 0.63
HSL 281.29º 0.96% 0.19% -
HSV(B) 281.29º 0.98% 0.37% -
XYZ 4.33 2.03 10.99 -
YUV 31.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 66 2 95 0.31 0.98 0 0.63 281.29 0.96 0.19
Hex 42 2 5F 1F 62 0 3F 119 60 13
Octal 102 2 137 37 142 0 77 431 140 23
Binary 1000010 10 1011111 11111 1100010 0 111111 100011001 1100000 10011

Color Harmonies of #42025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42025F

Black with #42025F

Text Example


Text Example

White with #42025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,2,95); }

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

background-color css

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

 a { background-color: rgb(66,2,95); }

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

border-color css

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

 span { border-color: rgb(66,2,95); }

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