Html Css Color HEX #3219BB Persian Blue

📋 copy color: '#3219BB'

red 50 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #3219BB

Tints of Persian Blue #3219BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.37%

R = 19.08%
G = 9.54%
B = 71.37%

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

#3219BB (or 0x3219BB) is known color: Persian Blue. HEX triplet: 32, 19 and BB. RGB value is (50,25,187). Sum of RGB (Red+Green+Blue) = 50+25+187=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #3219BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219BB is #CDE644. Grayscale: #323232. Windows color (decimal): -13493829 or 12261682. OLE color: 12261682.

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

Color convert

RGB 50 25 187 -
CMYK 0.73 0.87 0 0.27
HSL 249.26º 0.76% 0.42% -
HSV(B) 249.26º 0.87% 0.73% -
XYZ 10.63 4.96 47.41 -
YUV 50.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 50 25 187 0.73 0.87 0 0.27 249.26 0.76 0.42
Hex 32 19 BB 49 57 0 1B F9 4C 2A
Octal 62 31 273 111 127 0 33 371 114 52
Binary 110010 11001 10111011 1001001 1010111 0 11011 11111001 1001100 101010

Color Harmonies of #3219BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3219BB

Black with #3219BB

Text Example


Text Example

White with #3219BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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