Html Css Color HEX #3219BD Persian Blue

📋 copy color: '#3219BD'

red 50 ◦ green 25 ◦ blue 189

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

Shades of Persian Blue #3219BD

Tints of Persian Blue #3219BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.59%

R = 18.94%
G = 9.47%
B = 71.59%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3219BD (or 0x3219BD) is known color: Persian Blue. HEX triplet: 32, 19 and BD. RGB value is (50,25,189). Sum of RGB (Red+Green+Blue) = 50+25+189=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #3219BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219BD is #CDE642. Grayscale: #323232. Windows color (decimal): -13493827 or 12392754. OLE color: 12392754.

HSL color Cylindrical-coordinate representation of color #3219BD: hue angle of 249.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3219BD is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 25 189 -
CMYK 0.74 0.87 0 0.26
HSL 249.15º 0.77% 0.42% -
HSV(B) 249.15º 0.87% 0.74% -
XYZ 10.85 5.05 48.55 -
YUV 51.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 50 25 189 0.74 0.87 0 0.26 249.15 0.77 0.42
Hex 32 19 BD 4A 57 0 1A F9 4D 2A
Octal 62 31 275 112 127 0 32 371 115 52
Binary 110010 11001 10111101 1001010 1010111 0 11010 11111001 1001101 101010

Color Harmonies of #3219BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3219BD

Black with #3219BD

Text Example


Text Example

White with #3219BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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