#42129D

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

Shades of Persian Indigo #42129D

Tints of Persian Indigo #42129D

Color information

#42129D (or 0x42129D) is unknown color: approx Persian Indigo. HEX triplet: 42, 12 and 9D. RGB value is (66,18,157). Sum of RGB (Red+Green+Blue) = 66+18+157=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #42129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42129D is #BDED62. Grayscale: #2F2F2F. Windows color (decimal): -12447075 or 10293826. OLE color: 10293826.

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

Color convert

RGB6618157-
CMYK0.580.8900.38
HSL260.72º79.43%34.31%-
HSV(B)260.72º88.54%61.57%-
XYZ8.554.0332.22-
YUV48.2189.4140.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=27.39%
G=7.47%
B=65.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66181570.580.8900.38260.7279.4334.31
Hex42129D3A590261054f22
Octal102222357213104640511742
Binary10000101001010011101111010101100101001101000001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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