Html Css Color HEX #42179D Persian Indigo

📋 copy color: '#42179D'

red 66 ◦ green 23 ◦ blue 157

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

Shades of Persian Indigo #42179D

Tints of Persian Indigo #42179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 26.83%
G = 9.35%
B = 63.82%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42179D (or 0x42179D) is known color: Persian Indigo. HEX triplet: 42, 17 and 9D. RGB value is (66,23,157). Sum of RGB (Red+Green+Blue) = 66+23+157=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #42179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42179D is #BDE862. Grayscale: #323232. Windows color (decimal): -12445795 or 10295106. OLE color: 10295106.

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

Color convert

RGB 66 23 157 -
CMYK 0.58 0.85 0 0.38
HSL 259.25º 0.74% 0.35% -
HSV(B) 259.25º 0.85% 0.62% -
XYZ 8.64 4.21 32.25 -
YUV 51.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 66 23 157 0.58 0.85 0 0.38 259.25 0.74 0.35
Hex 42 17 9D 3A 55 0 26 103 4A 23
Octal 102 27 235 72 125 0 46 403 112 43
Binary 1000010 10111 10011101 111010 1010101 0 100110 100000011 1001010 100011

Color Harmonies of #42179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42179D

Black with #42179D

Text Example


Text Example

White with #42179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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