Html Css Color HEX #321FC9 Persian Blue

📋 copy color: '#321FC9'

red 50 ◦ green 31 ◦ blue 201

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

Shades of Persian Blue #321FC9

Tints of Persian Blue #321FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.99%

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

R = 17.73%
G = 10.99%
B = 71.28%

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

#321FC9 (or 0x321FC9) is known color: Persian Blue. HEX triplet: 32, 1F and C9. RGB value is (50,31,201). Sum of RGB (Red+Green+Blue) = 50+31+201=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #321FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FC9 is #CDE036. Grayscale: #373737. Windows color (decimal): -13492279 or 13180722. OLE color: 13180722.

HSL color Cylindrical-coordinate representation of color #321FC9: hue angle of 246.71º degrees, saturation: 0.73, 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 #321FC9 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 31 201 -
CMYK 0.75 0.85 0 0.21
HSL 246.71º 0.73% 0.45% -
HSV(B) 246.71º 0.85% 0.79% -
XYZ 12.35 5.88 55.74 -
YUV 56.06 209.79 123.68 -
System Red Green Blue C M Y K H S L
Decimal 50 31 201 0.75 0.85 0 0.21 246.71 0.73 0.45
Hex 32 1F C9 4B 55 0 15 F7 49 2D
Octal 62 37 311 113 125 0 25 367 111 55
Binary 110010 11111 11001001 1001011 1010101 0 10101 11110111 1001001 101101

Color Harmonies of #321FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FC9

Black with #321FC9

Text Example


Text Example

White with #321FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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