Html Css Color HEX #322CDA Persian Blue

📋 copy color: '#322CDA'

red 50 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #322CDA

Tints of Persian Blue #322CDA

RGB

 RED value IS 50 (19.92% from 255) = 16.03%

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 16.03%
G = 14.1%
B = 69.87%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#322CDA (or 0x322CDA) is known color: Persian Blue. HEX triplet: 32, 2C and DA. RGB value is (50,44,218). Sum of RGB (Red+Green+Blue) = 50+44+218=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #322CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CDA is #CDD325. Grayscale: #404040. Windows color (decimal): -13488934 or 14298162. OLE color: 14298162.

HSL color Cylindrical-coordinate representation of color #322CDA: hue angle of 242.07º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322CDA is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 44 218 -
CMYK 0.77 0.80 0 0.15
HSL 242.07º 0.7% 0.51% -
HSV(B) 242.07º 0.8% 0.85% -
XYZ 14.87 7.54 67 -
YUV 65.63 213.99 116.85 -
System Red Green Blue C M Y K H S L
Decimal 50 44 218 0.77 0.80 0 0.15 242.07 0.7 0.51
Hex 32 2C DA 4D 50 0 F F2 46 33
Octal 62 54 332 115 120 0 17 362 106 63
Binary 110010 101100 11011010 1001101 1010000 0 1111 11110010 1000110 110011

Color Harmonies of #322CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322CDA

Black with #322CDA

Text Example


Text Example

White with #322CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322CDA; }

 p { color: rgb(50,44,218); }

 H1.HeaderClassName
 {
   color: #322CDA;
 }
 .AnyTagClassName
 {
   color: #322CDA;
 }
</style>

background-color css

<style>
 a { background-color: #322CDA; }

 a { background-color: rgb(50,44,218); }

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

border-color css

<style>
 span { border-color: #322CDA; }

 span { border-color: rgb(50,44,218); }

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