Html Css Color HEX #42035E Indigo

📋 copy color: '#42035E'

red 66 ◦ green 3 ◦ blue 94

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

Shades of Indigo #42035E

Tints of Indigo #42035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.67%

R = 40.49%
G = 1.84%
B = 57.67%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42035E (or 0x42035E) is known color: Indigo. HEX triplet: 42, 03 and 5E. RGB value is (66,3,94). Sum of RGB (Red+Green+Blue) = 66+3+94=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #42035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42035E is #BDFCA1. Grayscale: #1F1F1F. Windows color (decimal): -12450978 or 6161218. OLE color: 6161218.

HSL color Cylindrical-coordinate representation of color #42035E: hue angle of 281.54º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42035E is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 3 94 -
CMYK 0.30 0.97 0 0.63
HSL 281.54º 0.94% 0.19% -
HSV(B) 281.54º 0.97% 0.37% -
XYZ 4.3 2.03 10.76 -
YUV 32.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 66 3 94 0.30 0.97 0 0.63 281.54 0.94 0.19
Hex 42 3 5E 1E 61 0 3F 11A 5E 13
Octal 102 3 136 36 141 0 77 432 136 23
Binary 1000010 11 1011110 11110 1100001 0 111111 100011010 1011110 10011

Color Harmonies of #42035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42035E

Black with #42035E

Text Example


Text Example

White with #42035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42035E; }

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

 H1.HeaderClassName
 {
   color: #42035E;
 }
 .AnyTagClassName
 {
   color: #42035E;
 }
</style>

background-color css

<style>
 a { background-color: #42035E; }

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

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

border-color css

<style>
 span { border-color: #42035E; }

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

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