Html Css Color HEX #2C21A9 Persian Blue

📋 copy color: '#2C21A9'

red 44 ◦ green 33 ◦ blue 169

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

Shades of Persian Blue #2C21A9

Tints of Persian Blue #2C21A9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 169 (66.41% from 255) = 68.7%

R = 17.89%
G = 13.41%
B = 68.7%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2C21A9 (or 0x2C21A9) is known color: Persian Blue. HEX triplet: 2C, 21 and A9. RGB value is (44,33,169). Sum of RGB (Red+Green+Blue) = 44+33+169=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 169 (66.41% from 255 or 68.70% from 246); Max value from RGB is 169 - color contains mainly: blue. Hex color #2C21A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C21A9 is #D3DE56. Grayscale: #333333. Windows color (decimal): -13885015 or 11084076. OLE color: 11084076.

HSL color Cylindrical-coordinate representation of color #2C21A9: hue angle of 244.85º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C21A9 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 44 33 169 -
CMYK 0.74 0.80 0 0.34
HSL 244.85º 0.67% 0.4% -
HSV(B) 244.85º 0.8% 0.66% -
XYZ 8.74 4.49 37.94 -
YUV 51.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 44 33 169 0.74 0.80 0 0.34 244.85 0.67 0.4
Hex 2C 21 A9 4A 50 0 22 F5 43 28
Octal 54 41 251 112 120 0 42 365 103 50
Binary 101100 100001 10101001 1001010 1010000 0 100010 11110101 1000011 101000

Color Harmonies of #2C21A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C21A9

Black with #2C21A9

Text Example


Text Example

White with #2C21A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,33,169); }

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

background-color css

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

 a { background-color: rgb(44,33,169); }

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

border-color css

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

 span { border-color: rgb(44,33,169); }

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