Html Css Color HEX #322ECD Persian Blue

📋 copy color: '#322ECD'

red 50 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #322ECD

Tints of Persian Blue #322ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 16.61%
G = 15.28%
B = 68.11%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#322ECD (or 0x322ECD) is known color: Persian Blue. HEX triplet: 32, 2E and CD. RGB value is (50,46,205). Sum of RGB (Red+Green+Blue) = 50+46+205=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #322ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ECD is #CDD132. Grayscale: #404040. Windows color (decimal): -13488435 or 13446706. OLE color: 13446706.

HSL color Cylindrical-coordinate representation of color #322ECD: hue angle of 241.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322ECD is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 46 205 -
CMYK 0.76 0.78 0 0.20
HSL 241.51º 0.63% 0.49% -
HSV(B) 241.51º 0.78% 0.8% -
XYZ 13.31 7.04 58.41 -
YUV 65.32 206.83 117.07 -
System Red Green Blue C M Y K H S L
Decimal 50 46 205 0.76 0.78 0 0.20 241.51 0.63 0.49
Hex 32 2E CD 4C 4E 0 14 F2 3F 31
Octal 62 56 315 114 116 0 24 362 77 61
Binary 110010 101110 11001101 1001100 1001110 0 10100 11110010 111111 110001

Color Harmonies of #322ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322ECD

Black with #322ECD

Text Example


Text Example

White with #322ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,46,205); }

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

background-color css

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

 a { background-color: rgb(50,46,205); }

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

border-color css

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

 span { border-color: rgb(50,46,205); }

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