Html Css Color HEX #321FCE Persian Blue

📋 copy color: '#321FCE'

red 50 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #321FCE

Tints of Persian Blue #321FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.78%

R = 17.42%
G = 10.8%
B = 71.78%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#321FCE (or 0x321FCE) is known color: Persian Blue. HEX triplet: 32, 1F and CE. RGB value is (50,31,206). Sum of RGB (Red+Green+Blue) = 50+31+206=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #321FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FCE is #CDE031. Grayscale: #373737. Windows color (decimal): -13492274 or 13508402. OLE color: 13508402.

HSL color Cylindrical-coordinate representation of color #321FCE: hue angle of 246.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321FCE is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 31 206 -
CMYK 0.76 0.85 0 0.19
HSL 246.51º 0.74% 0.46% -
HSV(B) 246.51º 0.85% 0.81% -
XYZ 12.95 6.11 58.89 -
YUV 56.63 212.29 123.27 -
System Red Green Blue C M Y K H S L
Decimal 50 31 206 0.76 0.85 0 0.19 246.51 0.74 0.46
Hex 32 1F CE 4C 55 0 13 F7 4A 2E
Octal 62 37 316 114 125 0 23 367 112 56
Binary 110010 11111 11001110 1001100 1010101 0 10011 11110111 1001010 101110

Color Harmonies of #321FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FCE

Black with #321FCE

Text Example


Text Example

White with #321FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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