Html Css Color HEX #42179C Persian Indigo

📋 copy color: '#42179C'

red 66 ◦ green 23 ◦ blue 156

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

Shades of Persian Indigo #42179C

Tints of Persian Indigo #42179C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.67%

R = 26.94%
G = 9.39%
B = 63.67%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42179C (or 0x42179C) is known color: Persian Indigo. HEX triplet: 42, 17 and 9C. RGB value is (66,23,156). Sum of RGB (Red+Green+Blue) = 66+23+156=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #42179C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42179C is #BDE863. Grayscale: #323232. Windows color (decimal): -12445796 or 10229570. OLE color: 10229570.

HSL color Cylindrical-coordinate representation of color #42179C: hue angle of 259.4º 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 #42179C is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 23 156 -
CMYK 0.58 0.85 0 0.39
HSL 259.4º 0.74% 0.35% -
HSV(B) 259.4º 0.85% 0.61% -
XYZ 8.55 4.17 31.81 -
YUV 51.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 66 23 156 0.58 0.85 0 0.39 259.4 0.74 0.35
Hex 42 17 9C 3A 55 0 27 103 4A 23
Octal 102 27 234 72 125 0 47 403 112 43
Binary 1000010 10111 10011100 111010 1010101 0 100111 100000011 1001010 100011

Color Harmonies of #42179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42179C

Black with #42179C

Text Example


Text Example

White with #42179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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