Html Css Color HEX #42035B Indigo

📋 copy color: '#42035B'

red 66 ◦ green 3 ◦ blue 91

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

Shades of Indigo #42035B

Tints of Indigo #42035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.88%

R = 41.25%
G = 1.88%
B = 56.88%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42035B (or 0x42035B) is known color: Indigo. HEX triplet: 42, 03 and 5B. RGB value is (66,3,91). Sum of RGB (Red+Green+Blue) = 66+3+91=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #42035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42035B is #BDFCA4. Grayscale: #1F1F1F. Windows color (decimal): -12450981 or 5964610. OLE color: 5964610.

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

Color convert

RGB 66 3 91 -
CMYK 0.27 0.97 0 0.64
HSL 282.95º 0.94% 0.18% -
HSV(B) 282.95º 0.97% 0.36% -
XYZ 4.17 1.98 10.06 -
YUV 31.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 66 3 91 0.27 0.97 0 0.64 282.95 0.94 0.18
Hex 42 3 5B 1B 61 0 40 11B 5E 12
Octal 102 3 133 33 141 0 100 433 136 22
Binary 1000010 11 1011011 11011 1100001 0 1000000 100011011 1011110 10010

Color Harmonies of #42035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42035B

Black with #42035B

Text Example


Text Example

White with #42035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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