Html Css Color HEX #321AC5 Persian Blue

📋 copy color: '#321AC5'

red 50 ◦ green 26 ◦ blue 197

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

Shades of Persian Blue #321AC5

Tints of Persian Blue #321AC5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

 BLUE value IS 197 (77.34% from 255) = 72.16%

R = 18.32%
G = 9.52%
B = 72.16%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#321AC5 (or 0x321AC5) is known color: Persian Blue. HEX triplet: 32, 1A and C5. RGB value is (50,26,197). Sum of RGB (Red+Green+Blue) = 50+26+197=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #321AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321AC5 is #CDE53A. Grayscale: #343434. Windows color (decimal): -13493563 or 12917298. OLE color: 12917298.

HSL color Cylindrical-coordinate representation of color #321AC5: hue angle of 248.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321AC5 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 26 197 -
CMYK 0.75 0.87 0 0.23
HSL 248.42º 0.77% 0.44% -
HSV(B) 248.42º 0.87% 0.77% -
XYZ 11.76 5.45 53.25 -
YUV 52.67 209.45 126.1 -
System Red Green Blue C M Y K H S L
Decimal 50 26 197 0.75 0.87 0 0.23 248.42 0.77 0.44
Hex 32 1A C5 4B 57 0 17 F8 4D 2C
Octal 62 32 305 113 127 0 27 370 115 54
Binary 110010 11010 11000101 1001011 1010111 0 10111 11111000 1001101 101100

Color Harmonies of #321AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AC5

Black with #321AC5

Text Example


Text Example

White with #321AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,26,197); }

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

background-color css

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

 a { background-color: rgb(50,26,197); }

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

border-color css

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

 span { border-color: rgb(50,26,197); }

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