Html Css Color HEX #321FC1 Persian Blue

📋 copy color: '#321FC1'

red 50 ◦ green 31 ◦ blue 193

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

Shades of Persian Blue #321FC1

Tints of Persian Blue #321FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 70.44%

R = 18.25%
G = 11.31%
B = 70.44%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#321FC1 (or 0x321FC1) is known color: Persian Blue. HEX triplet: 32, 1F and C1. RGB value is (50,31,193). Sum of RGB (Red+Green+Blue) = 50+31+193=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #321FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FC1 is #CDE03E. Grayscale: #363636. Windows color (decimal): -13492287 or 12656434. OLE color: 12656434.

HSL color Cylindrical-coordinate representation of color #321FC1: hue angle of 247.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321FC1 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 31 193 -
CMYK 0.74 0.84 0 0.24
HSL 247.04º 0.72% 0.44% -
HSV(B) 247.04º 0.84% 0.76% -
XYZ 11.43 5.51 50.91 -
YUV 55.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 50 31 193 0.74 0.84 0 0.24 247.04 0.72 0.44
Hex 32 1F C1 4A 54 0 18 F7 48 2C
Octal 62 37 301 112 124 0 30 367 110 54
Binary 110010 11111 11000001 1001010 1010100 0 11000 11110111 1001000 101100

Color Harmonies of #321FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FC1

Black with #321FC1

Text Example


Text Example

White with #321FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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