#2d268c

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

Shades of Persian Indigo #2D268C

Tints of Persian Indigo #2D268C

Color information

#2D268C (or 0x2D268C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 26 and 8C. RGB value is (45,38,140). Sum of RGB (Red+Green+Blue) = 45+38+140=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D268C is #D2D973. Grayscale: #333333. Windows color (decimal): -13818228 or 9184813. OLE color: 9184813.

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

Color convert

RGB4538140-
CMYK0.680.7300.45
HSL244.12º57.3%34.9%-
HSV(B)244.12º72.86%54.9%-
XYZ6.513.8425.21-
YUV51.72177.82123.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=20.18%
G=17.04%
B=62.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45381400.680.7300.45244.1257.334.9
Hex2D268C444902Df43923
Octal55462141041110553647143
Binary1011011001101000110010001001001001010110111110100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d268c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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