Html Css Color HEX #321FD1 Persian Blue

📋 copy color: '#321FD1'

red 50 ◦ green 31 ◦ blue 209

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

Shades of Persian Blue #321FD1

Tints of Persian Blue #321FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 72.07%

R = 17.24%
G = 10.69%
B = 72.07%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#321FD1 (or 0x321FD1) is known color: Persian Blue. HEX triplet: 32, 1F and D1. RGB value is (50,31,209). Sum of RGB (Red+Green+Blue) = 50+31+209=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #321FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FD1 is #CDE02E. Grayscale: #383838. Windows color (decimal): -13492271 or 13705010. OLE color: 13705010.

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

Color convert

RGB 50 31 209 -
CMYK 0.76 0.85 0 0.18
HSL 246.4º 0.74% 0.47% -
HSV(B) 246.4º 0.85% 0.82% -
XYZ 13.31 6.26 60.83 -
YUV 56.97 213.79 123.03 -
System Red Green Blue C M Y K H S L
Decimal 50 31 209 0.76 0.85 0 0.18 246.4 0.74 0.47
Hex 32 1F D1 4C 55 0 12 F6 4A 2F
Octal 62 37 321 114 125 0 22 366 112 57
Binary 110010 11111 11010001 1001100 1010101 0 10010 11110110 1001010 101111

Color Harmonies of #321FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FD1

Black with #321FD1

Text Example


Text Example

White with #321FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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