#2D1ABC

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

Shades of Persian Blue #2D1ABC

Tints of Persian Blue #2D1ABC

Color information

#2D1ABC (or 0x2D1ABC) is unknown color: approx Persian Blue. HEX triplet: 2D, 1A and BC. RGB value is (45,26,188). Sum of RGB (Red+Green+Blue) = 45+26+188=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D1ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ABC is #D2E543. Grayscale: #313131. Windows color (decimal): -13821252 or 12327469. OLE color: 12327469.

HSL color Cylindrical-coordinate representation of color #2D1ABC: hue angle of 247.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1ABC is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4526188-
CMYK0.760.8600.26
HSL247.04º75.7%41.96%-
HSV(B)247.04º86.17%73.73%-
XYZ10.534.9347.97-
YUV50.15205.79124.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.37%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 188 (73.83% from 255) = 72.59%
R=17.37%
G=10.04%
B=72.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45261880.760.8600.26247.0475.741.96
Hex2D1ABC4C5601Af74c2a
Octal553227411412603236711452
Binary101101110101011110010011001010110011010111101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,26,188); }

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

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

 a { background-color: rgb(45,26,188); }

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

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

 span { border-color: rgb(45,26,188); }

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