Html Css Color HEX #42015B Indigo

📋 copy color: '#42015B'

red 66 ◦ green 1 ◦ blue 91

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

Shades of Indigo #42015B

Tints of Indigo #42015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 41.77%
G = 0.63%
B = 57.59%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42015B (or 0x42015B) is known color: Indigo. HEX triplet: 42, 01 and 5B. RGB value is (66,1,91). Sum of RGB (Red+Green+Blue) = 66+1+91=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #42015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42015B is #BDFEA4. Grayscale: #1E1E1E. Windows color (decimal): -12451493 or 5964098. OLE color: 5964098.

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

Color convert

RGB 66 1 91 -
CMYK 0.27 0.99 0 0.64
HSL 283.33º 0.98% 0.18% -
HSV(B) 283.33º 0.99% 0.36% -
XYZ 4.15 1.94 10.05 -
YUV 30.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 66 1 91 0.27 0.99 0 0.64 283.33 0.98 0.18
Hex 42 1 5B 1B 63 0 40 11B 62 12
Octal 102 1 133 33 143 0 100 433 142 22
Binary 1000010 1 1011011 11011 1100011 0 1000000 100011011 1100010 10010

Color Harmonies of #42015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42015B

Black with #42015B

Text Example


Text Example

White with #42015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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