#2D258C

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

Shades of Persian Indigo #2D258C

Tints of Persian Indigo #2D258C

Color information

#2D258C (or 0x2D258C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 25 and 8C. RGB value is (45,37,140). Sum of RGB (Red+Green+Blue) = 45+37+140=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D258C is #D2DA73. Grayscale: #323232. Windows color (decimal): -13818484 or 9184557. OLE color: 9184557.

HSL color Cylindrical-coordinate representation of color #2D258C: hue angle of 244.66º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D258C is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4537140-
CMYK0.680.7400.45
HSL244.66º58.19%34.71%-
HSV(B)244.66º73.57%54.9%-
XYZ6.483.7725.2-
YUV51.13178.15123.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 140 (55.08% from 255) = 63.06%
R=20.27%
G=16.67%
B=63.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45371400.680.7400.45244.6658.1934.71
Hex2D258C444A02Df53a23
Octal55452141041120553657243
Binary1011011001011000110010001001001010010110111110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D258C; }

 p { color: rgb(45,37,140); }

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

<style>
 a { background-color: #2D258C; }

 a { background-color: rgb(45,37,140); }

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

<style>
 span { border-color: #2D258C; }

 span { border-color: rgb(45,37,140); }

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