Html Css Color HEX #42179A Persian Indigo

📋 copy color: '#42179A'

red 66 ◦ green 23 ◦ blue 154

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

Shades of Persian Indigo #42179A

Tints of Persian Indigo #42179A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.37%

R = 27.16%
G = 9.47%
B = 63.37%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#42179A (or 0x42179A) is known color: Persian Indigo. HEX triplet: 42, 17 and 9A. RGB value is (66,23,154). Sum of RGB (Red+Green+Blue) = 66+23+154=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #42179A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42179A is #BDE865. Grayscale: #323232. Windows color (decimal): -12445798 or 10098498. OLE color: 10098498.

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

Color convert

RGB 66 23 154 -
CMYK 0.57 0.85 0 0.40
HSL 259.69º 0.74% 0.35% -
HSV(B) 259.69º 0.85% 0.6% -
XYZ 8.39 4.1 30.92 -
YUV 50.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 66 23 154 0.57 0.85 0 0.40 259.69 0.74 0.35
Hex 42 17 9A 39 55 0 28 104 4A 23
Octal 102 27 232 71 125 0 50 404 112 43
Binary 1000010 10111 10011010 111001 1010101 0 101000 100000100 1001010 100011

Color Harmonies of #42179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42179A

Black with #42179A

Text Example


Text Example

White with #42179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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