Html Css Color HEX #42035D Indigo

📋 copy color: '#42035D'

red 66 ◦ green 3 ◦ blue 93

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

Shades of Indigo #42035D

Tints of Indigo #42035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.41%

R = 40.74%
G = 1.85%
B = 57.41%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42035D (or 0x42035D) is known color: Indigo. HEX triplet: 42, 03 and 5D. RGB value is (66,3,93). Sum of RGB (Red+Green+Blue) = 66+3+93=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #42035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42035D is #BDFCA2. Grayscale: #1F1F1F. Windows color (decimal): -12450979 or 6095682. OLE color: 6095682.

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

Color convert

RGB 66 3 93 -
CMYK 0.29 0.97 0 0.64
HSL 282º 0.94% 0.19% -
HSV(B) 282º 0.97% 0.36% -
XYZ 4.26 2.01 10.52 -
YUV 32.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 66 3 93 0.29 0.97 0 0.64 282 0.94 0.19
Hex 42 3 5D 1D 61 0 40 11A 5E 13
Octal 102 3 135 35 141 0 100 432 136 23
Binary 1000010 11 1011101 11101 1100001 0 1000000 100011010 1011110 10011

Color Harmonies of #42035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42035D

Black with #42035D

Text Example


Text Example

White with #42035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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