Html Css Color HEX #321EC0 Persian Blue

📋 copy color: '#321EC0'

red 50 ◦ green 30 ◦ blue 192

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

Shades of Persian Blue #321EC0

Tints of Persian Blue #321EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.03%

 BLUE value IS 192 (75.39% from 255) = 70.59%

R = 18.38%
G = 11.03%
B = 70.59%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#321EC0 (or 0x321EC0) is known color: Persian Blue. HEX triplet: 32, 1E and C0. RGB value is (50,30,192). Sum of RGB (Red+Green+Blue) = 50+30+192=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #321EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EC0 is #CDE13F. Grayscale: #353535. Windows color (decimal): -13492544 or 12590642. OLE color: 12590642.

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

Color convert

RGB 50 30 192 -
CMYK 0.74 0.84 0 0.25
HSL 247.41º 0.73% 0.44% -
HSV(B) 247.41º 0.84% 0.75% -
XYZ 11.29 5.41 50.32 -
YUV 54.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 50 30 192 0.74 0.84 0 0.25 247.41 0.73 0.44
Hex 32 1E C0 4A 54 0 19 F7 49 2C
Octal 62 36 300 112 124 0 31 367 111 54
Binary 110010 11110 11000000 1001010 1010100 0 11001 11110111 1001001 101100

Color Harmonies of #321EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EC0

Black with #321EC0

Text Example


Text Example

White with #321EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,30,192); }

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

background-color css

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

 a { background-color: rgb(50,30,192); }

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

border-color css

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

 span { border-color: rgb(50,30,192); }

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