#42129A

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

Shades of Persian Indigo #42129A

Tints of Persian Indigo #42129A

Color information

#42129A (or 0x42129A) is unknown color: approx Persian Indigo. HEX triplet: 42, 12 and 9A. RGB value is (66,18,154). Sum of RGB (Red+Green+Blue) = 66+18+154=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #42129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42129A is #BDED65. Grayscale: #2F2F2F. Windows color (decimal): -12447078 or 10097218. OLE color: 10097218.

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

Color convert

RGB6618154-
CMYK0.570.8800.40
HSL261.18º79.07%33.73%-
HSV(B)261.18º88.31%60.39%-
XYZ8.33.9230.89-
YUV47.86187.9140.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=27.73%
G=7.56%
B=64.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66181540.570.8800.40261.1879.0733.73
Hex42129A39580281054f22
Octal102222327113005040511742
Binary10000101001010011010111001101100001010001000001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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