Html Css Color HEX #42179B Persian Indigo

📋 copy color: '#42179B'

red 66 ◦ green 23 ◦ blue 155

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

Shades of Persian Indigo #42179B

Tints of Persian Indigo #42179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.43%

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 27.05%
G = 9.43%
B = 63.52%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42179B (or 0x42179B) is known color: Persian Indigo. HEX triplet: 42, 17 and 9B. RGB value is (66,23,155). Sum of RGB (Red+Green+Blue) = 66+23+155=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #42179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42179B is #BDE864. Grayscale: #323232. Windows color (decimal): -12445797 or 10164034. OLE color: 10164034.

HSL color Cylindrical-coordinate representation of color #42179B: hue angle of 259.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42179B is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 23 155 -
CMYK 0.57 0.85 0 0.39
HSL 259.55º 0.74% 0.35% -
HSV(B) 259.55º 0.85% 0.61% -
XYZ 8.47 4.14 31.36 -
YUV 50.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 66 23 155 0.57 0.85 0 0.39 259.55 0.74 0.35
Hex 42 17 9B 39 55 0 27 104 4A 23
Octal 102 27 233 71 125 0 47 404 112 43
Binary 1000010 10111 10011011 111001 1010101 0 100111 100000100 1001010 100011

Color Harmonies of #42179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42179B

Black with #42179B

Text Example


Text Example

White with #42179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,23,155); }

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

background-color css

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

 a { background-color: rgb(66,23,155); }

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

border-color css

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

 span { border-color: rgb(66,23,155); }

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