Html Css Color HEX #42015A Indigo

📋 copy color: '#42015A'

red 66 ◦ green 1 ◦ blue 90

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

Shades of Indigo #42015A

Tints of Indigo #42015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 42.04%
G = 0.64%
B = 57.32%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42015A (or 0x42015A) is known color: Indigo. HEX triplet: 42, 01 and 5A. RGB value is (66,1,90). Sum of RGB (Red+Green+Blue) = 66+1+90=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #42015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42015A is #BDFEA5. Grayscale: #1E1E1E. Windows color (decimal): -12451494 or 5898562. OLE color: 5898562.

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

Color convert

RGB 66 1 90 -
CMYK 0.27 0.99 0 0.65
HSL 283.82º 0.98% 0.18% -
HSV(B) 283.82º 0.99% 0.35% -
XYZ 4.1 1.92 9.83 -
YUV 30.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 66 1 90 0.27 0.99 0 0.65 283.82 0.98 0.18
Hex 42 1 5A 1B 63 0 41 11C 62 12
Octal 102 1 132 33 143 0 101 434 142 22
Binary 1000010 1 1011010 11011 1100011 0 1000001 100011100 1100010 10010

Color Harmonies of #42015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42015A

Black with #42015A

Text Example


Text Example

White with #42015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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