Html Css Color HEX #42075F Indigo

📋 copy color: '#42075F'

red 66 ◦ green 7 ◦ blue 95

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

Shades of Indigo #42075F

Tints of Indigo #42075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

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

R = 39.29%
G = 4.17%
B = 56.55%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42075F (or 0x42075F) is known color: Indigo. HEX triplet: 42, 07 and 5F. RGB value is (66,7,95). Sum of RGB (Red+Green+Blue) = 66+7+95=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #42075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42075F is #BDF8A0. Grayscale: #222222. Windows color (decimal): -12449953 or 6227778. OLE color: 6227778.

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

Color convert

RGB 66 7 95 -
CMYK 0.31 0.93 0 0.63
HSL 280.23º 0.86% 0.2% -
HSV(B) 280.23º 0.93% 0.37% -
XYZ 4.39 2.14 11.01 -
YUV 34.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 66 7 95 0.31 0.93 0 0.63 280.23 0.86 0.2
Hex 42 7 5F 1F 5D 0 3F 118 56 14
Octal 102 7 137 37 135 0 77 430 126 24
Binary 1000010 111 1011111 11111 1011101 0 111111 100011000 1010110 10100

Color Harmonies of #42075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42075F

Black with #42075F

Text Example


Text Example

White with #42075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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