Html Css Color HEX #42017B Indigo

📋 copy color: '#42017B'

red 66 ◦ green 1 ◦ blue 123

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

Shades of Indigo #42017B

Tints of Indigo #42017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.74%

R = 34.74%
G = 0.53%
B = 64.74%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42017B (or 0x42017B) is known color: Indigo. HEX triplet: 42, 01 and 7B. RGB value is (66,1,123). Sum of RGB (Red+Green+Blue) = 66+1+123=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #42017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42017B is #BDFE84. Grayscale: #212121. Windows color (decimal): -12451461 or 8061250. OLE color: 8061250.

HSL color Cylindrical-coordinate representation of color #42017B: hue angle of 271.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42017B is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 1 123 -
CMYK 0.46 0.99 0 0.52
HSL 271.97º 0.98% 0.24% -
HSV(B) 271.97º 0.99% 0.48% -
XYZ 5.83 2.61 18.94 -
YUV 34.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 66 1 123 0.46 0.99 0 0.52 271.97 0.98 0.24
Hex 42 1 7B 2E 63 0 34 110 62 18
Octal 102 1 173 56 143 0 64 420 142 30
Binary 1000010 1 1111011 101110 1100011 0 110100 100010000 1100010 11000

Color Harmonies of #42017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42017B

Black with #42017B

Text Example


Text Example

White with #42017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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