#42147F

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

Shades of Persian Indigo #42147F

Tints of Persian Indigo #42147F

Color information

#42147F (or 0x42147F) is unknown color: approx Persian Indigo. HEX triplet: 42, 14 and 7F. RGB value is (66,20,127). Sum of RGB (Red+Green+Blue) = 66+20+127=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #42147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42147F is #BDEB80. Grayscale: #2D2D2D. Windows color (decimal): -12446593 or 8328258. OLE color: 8328258.

HSL color Cylindrical-coordinate representation of color #42147F: hue angle of 265.79º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42147F is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6620127-
CMYK0.480.8400.50
HSL265.79º72.79%28.82%-
HSV(B)265.79º84.25%49.8%-
XYZ6.333.1920.36-
YUV45.95173.74142.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 127 (50% from 255) = 59.62%
R=30.99%
G=9.39%
B=59.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66201270.480.8400.50265.7972.7928.82
Hex42147F305403210a491d
Octal102241776012406241211135
Binary100001010100111111111000010101000110010100001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42147F; }

 p { color: rgb(66,20,127); }

 H1.HeaderClassName
 {
   color: #42147F;
 }
 .AnyTagClassName
 {
   color: #42147F;
 }
</style>
background-color css

<style>
 a { background-color: #42147F; }

 a { background-color: rgb(66,20,127); }

 div.DivClassName
 {
   background-color: #42147F;
 }
 .BgClassName
 {
   background-color: #42147F;
 }
</style>
border-color css

<style>
 span { border-color: #42147F; }

 span { border-color: rgb(66,20,127); }

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