Html Css Color HEX #321EC9 Persian Blue

📋 copy color: '#321EC9'

red 50 ◦ green 30 ◦ blue 201

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

Shades of Persian Blue #321EC9

Tints of Persian Blue #321EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

 BLUE value IS 201 (78.91% from 255) = 71.53%

R = 17.79%
G = 10.68%
B = 71.53%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#321EC9 (or 0x321EC9) is known color: Persian Blue. HEX triplet: 32, 1E and C9. RGB value is (50,30,201). Sum of RGB (Red+Green+Blue) = 50+30+201=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #321EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EC9 is #CDE136. Grayscale: #363636. Windows color (decimal): -13492535 or 13180466. OLE color: 13180466.

HSL color Cylindrical-coordinate representation of color #321EC9: hue angle of 247.02º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321EC9 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 30 201 -
CMYK 0.75 0.85 0 0.21
HSL 247.02º 0.74% 0.45% -
HSV(B) 247.02º 0.85% 0.79% -
XYZ 12.32 5.82 55.73 -
YUV 55.47 210.13 124.1 -
System Red Green Blue C M Y K H S L
Decimal 50 30 201 0.75 0.85 0 0.21 247.02 0.74 0.45
Hex 32 1E C9 4B 55 0 15 F7 4A 2D
Octal 62 36 311 113 125 0 25 367 112 55
Binary 110010 11110 11001001 1001011 1010101 0 10101 11110111 1001010 101101

Color Harmonies of #321EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EC9

Black with #321EC9

Text Example


Text Example

White with #321EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321EC9; }

 p { color: rgb(50,30,201); }

 H1.HeaderClassName
 {
   color: #321EC9;
 }
 .AnyTagClassName
 {
   color: #321EC9;
 }
</style>

background-color css

<style>
 a { background-color: #321EC9; }

 a { background-color: rgb(50,30,201); }

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

border-color css

<style>
 span { border-color: #321EC9; }

 span { border-color: rgb(50,30,201); }

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