Html Css Color HEX #2C20AA Persian Blue

📋 copy color: '#2C20AA'

red 44 ◦ green 32 ◦ blue 170

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

Shades of Persian Blue #2C20AA

Tints of Persian Blue #2C20AA

RGB

 RED value IS 44 (17.58% from 255) = 17.89%

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

 BLUE value IS 170 (66.8% from 255) = 69.11%

R = 17.89%
G = 13.01%
B = 69.11%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C20AA (or 0x2C20AA) is known color: Persian Blue. HEX triplet: 2C, 20 and AA. RGB value is (44,32,170). Sum of RGB (Red+Green+Blue) = 44+32+170=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 32 (12.89% from 255 or 13.01% 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 #2C20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C20AA is #D3DF55. Grayscale: #323232. Windows color (decimal): -13885270 or 11149356. OLE color: 11149356.

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

Color convert

RGB 44 32 170 -
CMYK 0.74 0.81 0 0.33
HSL 245.22º 0.68% 0.4% -
HSV(B) 245.22º 0.81% 0.67% -
XYZ 8.81 4.47 38.43 -
YUV 51.32 194.98 122.78 -
System Red Green Blue C M Y K H S L
Decimal 44 32 170 0.74 0.81 0 0.33 245.22 0.68 0.4
Hex 2C 20 AA 4A 51 0 21 F5 44 28
Octal 54 40 252 112 121 0 41 365 104 50
Binary 101100 100000 10101010 1001010 1010001 0 100001 11110101 1000100 101000

Color Harmonies of #2C20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C20AA

Black with #2C20AA

Text Example


Text Example

White with #2C20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,32,170); }

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

background-color css

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

 a { background-color: rgb(44,32,170); }

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

border-color css

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

 span { border-color: rgb(44,32,170); }

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