#2d21d3

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

Shades of Persian Blue #2D21D3

Tints of Persian Blue #2D21D3

Color information

#2D21D3 (or 0x2D21D3) is unknown color: approx Persian Blue. HEX triplet: 2D, 21 and D3. RGB value is (45,33,211). Sum of RGB (Red+Green+Blue) = 45+33+211=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 211 (82.81% from 255 or 73.01% from 289); Max value from RGB is 211 - color contains mainly: blue. Hex color #2D21D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D21D3 is #D2DE2C. Grayscale: #383838. Windows color (decimal): -13819437 or 13836589. OLE color: 13836589.

HSL color Cylindrical-coordinate representation of color #2D21D3: hue angle of 244.04º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D21D3 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4533211-
CMYK0.790.8400.17
HSL244.04º72.95%47.84%-
HSV(B)244.04º84.36%82.75%-
XYZ13.386.3562.15-
YUV56.88214.98119.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 211 (82.81% from 255) = 73.01%
R=15.57%
G=11.42%
B=73.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal45332110.790.8400.17244.0472.9547.84
Hex2D21D34F54011f44930
Octal554132311712402136411160
Binary1011011000011101001110011111010100010001111101001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d21d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,33,211); }

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

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

 a { background-color: rgb(45,33,211); }

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

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

 span { border-color: rgb(45,33,211); }

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