Html Css Color HEX #3217BA Persian Blue

📋 copy color: '#3217BA'

red 50 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #3217BA

Tints of Persian Blue #3217BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

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

R = 19.31%
G = 8.88%
B = 71.81%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3217BA (or 0x3217BA) is known color: Persian Blue. HEX triplet: 32, 17 and BA. RGB value is (50,23,186). Sum of RGB (Red+Green+Blue) = 50+23+186=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #3217BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3217BA is #CDE845. Grayscale: #313131. Windows color (decimal): -13494342 or 12195634. OLE color: 12195634.

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

Color convert

RGB 50 23 186 -
CMYK 0.73 0.88 0 0.27
HSL 249.94º 0.78% 0.41% -
HSV(B) 249.94º 0.88% 0.73% -
XYZ 10.48 4.84 46.84 -
YUV 49.66 204.95 128.25 -
System Red Green Blue C M Y K H S L
Decimal 50 23 186 0.73 0.88 0 0.27 249.94 0.78 0.41
Hex 32 17 BA 49 58 0 1B FA 4E 29
Octal 62 27 272 111 130 0 33 372 116 51
Binary 110010 10111 10111010 1001001 1011000 0 11011 11111010 1001110 101001

Color Harmonies of #3217BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3217BA

Black with #3217BA

Text Example


Text Example

White with #3217BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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