Html Css Color HEX #3211BD Persian Blue

📋 copy color: '#3211BD'

red 50 ◦ green 17 ◦ blue 189

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

Shades of Persian Blue #3211BD

Tints of Persian Blue #3211BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 19.53%
G = 6.64%
B = 73.83%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3211BD (or 0x3211BD) is known color: Persian Blue. HEX triplet: 32, 11 and BD. RGB value is (50,17,189). Sum of RGB (Red+Green+Blue) = 50+17+189=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #3211BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211BD is #CDEE42. Grayscale: #2D2D2D. Windows color (decimal): -13495875 or 12390706. OLE color: 12390706.

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

Color convert

RGB 50 17 189 -
CMYK 0.74 0.91 0 0.26
HSL 251.51º 0.83% 0.4% -
HSV(B) 251.51º 0.91% 0.74% -
XYZ 10.7 4.75 48.5 -
YUV 46.48 208.43 130.51 -
System Red Green Blue C M Y K H S L
Decimal 50 17 189 0.74 0.91 0 0.26 251.51 0.83 0.4
Hex 32 11 BD 4A 5B 0 1A FC 53 28
Octal 62 21 275 112 133 0 32 374 123 50
Binary 110010 10001 10111101 1001010 1011011 0 11010 11111100 1010011 101000

Color Harmonies of #3211BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3211BD

Black with #3211BD

Text Example


Text Example

White with #3211BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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