Html Css Color HEX #322BDA Persian Blue

📋 copy color: '#322BDA'

red 50 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #322BDA

Tints of Persian Blue #322BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 16.08%
G = 13.83%
B = 70.1%

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

#322BDA (or 0x322BDA) is known color: Persian Blue. HEX triplet: 32, 2B and DA. RGB value is (50,43,218). Sum of RGB (Red+Green+Blue) = 50+43+218=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #322BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BDA is #CDD425. Grayscale: #404040. Windows color (decimal): -13489190 or 14297906. OLE color: 14297906.

HSL color Cylindrical-coordinate representation of color #322BDA: hue angle of 242.4º 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 #322BDA is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 43 218 -
CMYK 0.77 0.80 0 0.15
HSL 242.4º 0.7% 0.51% -
HSV(B) 242.4º 0.8% 0.85% -
XYZ 14.83 7.47 66.99 -
YUV 65.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 50 43 218 0.77 0.80 0 0.15 242.4 0.7 0.51
Hex 32 2B DA 4D 50 0 F F2 46 33
Octal 62 53 332 115 120 0 17 362 106 63
Binary 110010 101011 11011010 1001101 1010000 0 1111 11110010 1000110 110011

Color Harmonies of #322BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322BDA

Black with #322BDA

Text Example


Text Example

White with #322BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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