#3D129A

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

Shades of Persian Indigo #3D129A

Tints of Persian Indigo #3D129A

Color information

#3D129A (or 0x3D129A) is unknown color: approx Persian Indigo. HEX triplet: 3D, 12 and 9A. RGB value is (61,18,154). Sum of RGB (Red+Green+Blue) = 61+18+154=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D129A is #C2ED65. Grayscale: #2D2D2D. Windows color (decimal): -12774758 or 10097213. OLE color: 10097213.

HSL color Cylindrical-coordinate representation of color #3D129A: hue angle of 258.97º 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 #3D129A is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6118154-
CMYK0.600.8800.40
HSL258.97º79.07%33.73%-
HSV(B)258.97º88.31%60.39%-
XYZ7.973.7630.88-
YUV46.36188.75138.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 154 (60.55% from 255) = 66.09%
R=26.18%
G=7.73%
B=66.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61181540.600.8800.40258.9779.0733.73
Hex3D129A3C580281034f22
Octal75222327413005040311742
Binary1111011001010011010111100101100001010001000000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D129A; }

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

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

<style>
 a { background-color: #3D129A; }

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

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

<style>
 span { border-color: #3D129A; }

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

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