#2D1FAA

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

Shades of Persian Blue #2D1FAA

Tints of Persian Blue #2D1FAA

Color information

#2D1FAA (or 0x2D1FAA) is unknown color: approx Persian Blue. HEX triplet: 2D, 1F and AA. RGB value is (45,31,170). Sum of RGB (Red+Green+Blue) = 45+31+170=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D1FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1FAA is #D2E055. Grayscale: #323232. Windows color (decimal): -13819990 or 11149101. OLE color: 11149101.

HSL color Cylindrical-coordinate representation of color #2D1FAA: hue angle of 246.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1FAA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4531170-
CMYK0.740.8200.33
HSL246.04º69.15%39.41%-
HSV(B)246.04º81.76%66.67%-
XYZ8.834.4438.42-
YUV51.03195.14123.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.29%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=18.29%
G=12.60%
B=69.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45311700.740.8200.33246.0469.1539.41
Hex2D1FAA4A52021f64527
Octal553725211212204136610547
Binary1011011111110101010100101010100100100001111101101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,31,170); }

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

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

 a { background-color: rgb(45,31,170); }

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

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

 span { border-color: rgb(45,31,170); }

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