Html Css Color HEX #3215BA Persian Blue

📋 copy color: '#3215BA'

red 50 ◦ green 21 ◦ blue 186

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

Shades of Persian Blue #3215BA

Tints of Persian Blue #3215BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 19.46%
G = 8.17%
B = 72.37%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3215BA (or 0x3215BA) is known color: Persian Blue. HEX triplet: 32, 15 and BA. RGB value is (50,21,186). Sum of RGB (Red+Green+Blue) = 50+21+186=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3215BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215BA is #CDEA45. Grayscale: #2F2F2F. Windows color (decimal): -13494854 or 12195122. OLE color: 12195122.

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

Color convert

RGB 50 21 186 -
CMYK 0.73 0.89 0 0.27
HSL 250.55º 0.8% 0.41% -
HSV(B) 250.55º 0.89% 0.73% -
XYZ 10.45 4.76 46.82 -
YUV 48.48 205.61 129.08 -
System Red Green Blue C M Y K H S L
Decimal 50 21 186 0.73 0.89 0 0.27 250.55 0.8 0.41
Hex 32 15 BA 49 59 0 1B FB 50 29
Octal 62 25 272 111 131 0 33 373 120 51
Binary 110010 10101 10111010 1001001 1011001 0 11011 11111011 1010000 101001

Color Harmonies of #3215BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3215BA

Black with #3215BA

Text Example


Text Example

White with #3215BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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