#2D267F

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

Shades of Persian Indigo #2D267F

Tints of Persian Indigo #2D267F

Color information

#2D267F (or 0x2D267F) is unknown color: approx Persian Indigo. HEX triplet: 2D, 26 and 7F. RGB value is (45,38,127). Sum of RGB (Red+Green+Blue) = 45+38+127=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D267F is #D2D980. Grayscale: #313131. Windows color (decimal): -13818241 or 8332845. OLE color: 8332845.

HSL color Cylindrical-coordinate representation of color #2D267F: hue angle of 244.72º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D267F is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4538127-
CMYK0.650.7000.50
HSL244.72º53.94%32.35%-
HSV(B)244.72º70.08%49.8%-
XYZ5.613.4820.45-
YUV50.24171.32124.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 127 (50% from 255) = 60.48%
R=21.43%
G=18.10%
B=60.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal45381270.650.7000.50244.7253.9432.35
Hex2D267F4146032f53620
Octal55461771011060623656640
Binary101101100110111111110000011000110011001011110101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,127); }

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

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

 a { background-color: rgb(45,38,127); }

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

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

 span { border-color: rgb(45,38,127); }

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