Html Css Color HEX #3219BA Persian Blue

📋 copy color: '#3219BA'

red 50 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #3219BA

Tints of Persian Blue #3219BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

 BLUE value IS 186 (73.05% from 255) = 71.26%

R = 19.16%
G = 9.58%
B = 71.26%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3219BA (or 0x3219BA) is known color: Persian Blue. HEX triplet: 32, 19 and BA. RGB value is (50,25,186). Sum of RGB (Red+Green+Blue) = 50+25+186=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #3219BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219BA is #CDE645. Grayscale: #323232. Windows color (decimal): -13493830 or 12196146. OLE color: 12196146.

HSL color Cylindrical-coordinate representation of color #3219BA: hue angle of 249.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3219BA is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 25 186 -
CMYK 0.73 0.87 0 0.27
HSL 249.32º 0.76% 0.41% -
HSV(B) 249.32º 0.87% 0.73% -
XYZ 10.53 4.92 46.85 -
YUV 50.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 50 25 186 0.73 0.87 0 0.27 249.32 0.76 0.41
Hex 32 19 BA 49 57 0 1B F9 4C 29
Octal 62 31 272 111 127 0 33 371 114 51
Binary 110010 11001 10111010 1001001 1010111 0 11011 11111001 1001100 101001

Color Harmonies of #3219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3219BA

Black with #3219BA

Text Example


Text Example

White with #3219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3219BA; }

 p { color: rgb(50,25,186); }

 H1.HeaderClassName
 {
   color: #3219BA;
 }
 .AnyTagClassName
 {
   color: #3219BA;
 }
</style>

background-color css

<style>
 a { background-color: #3219BA; }

 a { background-color: rgb(50,25,186); }

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

border-color css

<style>
 span { border-color: #3219BA; }

 span { border-color: rgb(50,25,186); }

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