Html Css Color HEX #321FCF Persian Blue

📋 copy color: '#321FCF'

red 50 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #321FCF

Tints of Persian Blue #321FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 17.36%
G = 10.76%
B = 71.88%

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

#321FCF (or 0x321FCF) is known color: Persian Blue. HEX triplet: 32, 1F and CF. RGB value is (50,31,207). Sum of RGB (Red+Green+Blue) = 50+31+207=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #321FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FCF is #CDE030. Grayscale: #383838. Windows color (decimal): -13492273 or 13573938. OLE color: 13573938.

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

Color convert

RGB 50 31 207 -
CMYK 0.76 0.85 0 0.19
HSL 246.48º 0.74% 0.47% -
HSV(B) 246.48º 0.85% 0.81% -
XYZ 13.07 6.16 59.53 -
YUV 56.75 212.79 123.19 -
System Red Green Blue C M Y K H S L
Decimal 50 31 207 0.76 0.85 0 0.19 246.48 0.74 0.47
Hex 32 1F CF 4C 55 0 13 F6 4A 2F
Octal 62 37 317 114 125 0 23 366 112 57
Binary 110010 11111 11001111 1001100 1010101 0 10011 11110110 1001010 101111

Color Harmonies of #321FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FCF

Black with #321FCF

Text Example


Text Example

White with #321FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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