Html Css Color HEX #2D20AE Persian Blue

📋 copy color: '#2D20AE'

red 45 ◦ green 32 ◦ blue 174

#2D20AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2D20AE

Tints of Persian Blue #2D20AE

RGB

 RED value IS 45 (17.97% from 255) = 17.93%

 GREEN value IS 32 (12.89% from 255) = 12.75%

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 17.93%
G = 12.75%
B = 69.32%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2D20AE (or 0x2D20AE) is known color: Persian Blue. HEX triplet: 2D, 20 and AE. RGB value is (45,32,174). Sum of RGB (Red+Green+Blue) = 45+32+174=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D20AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D20AE is #D2DF51. Grayscale: #333333. Windows color (decimal): -13819730 or 11411501. OLE color: 11411501.

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

Color convert

RGB 45 32 174 -
CMYK 0.74 0.82 0 0.32
HSL 245.49º 0.69% 0.4% -
HSV(B) 245.49º 0.82% 0.68% -
XYZ 9.24 4.65 40.45 -
YUV 52.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 45 32 174 0.74 0.82 0 0.32 245.49 0.69 0.4
Hex 2D 20 AE 4A 52 0 20 F5 45 28
Octal 55 40 256 112 122 0 40 365 105 50
Binary 101101 100000 10101110 1001010 1010010 0 100000 11110101 1000101 101000

Color Harmonies of #2D20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D20AE

Black with #2D20AE

Text Example


Text Example

White with #2D20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,32,174); }

 H1.HeaderClassName
 {
   color: #2D20AE;
 }
 .AnyTagClassName
 {
   color: #2D20AE;
 }
</style>

background-color css

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

 a { background-color: rgb(45,32,174); }

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

border-color css

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

 span { border-color: rgb(45,32,174); }

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