#42179A

Color #42179A Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #42179A

Tints of Persian Indigo #42179A

Color information

#42179A (or 0x42179A) is unknown color: approx 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

RGB6623154-
CMYK0.570.8500.40
HSL259.69º74.01%34.71%-
HSV(B)259.69º85.06%60.39%-
XYZ8.394.130.92-
YUV50.79186.25138.85-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66231540.570.8500.40259.6974.0134.71
Hex42179A39550281044a23
Octal102272327112505040411243
Binary10000101011110011010111001101010101010001000001001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42179A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>