Html Css Color HEX #3217BC Persian Blue

📋 copy color: '#3217BC'

red 50 ◦ green 23 ◦ blue 188

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

Shades of Persian Blue #3217BC

Tints of Persian Blue #3217BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.03%

R = 19.16%
G = 8.81%
B = 72.03%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3217BC (or 0x3217BC) is known color: Persian Blue. HEX triplet: 32, 17 and BC. RGB value is (50,23,188). Sum of RGB (Red+Green+Blue) = 50+23+188=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #3217BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3217BC is #CDE843. Grayscale: #313131. Windows color (decimal): -13494340 or 12326706. OLE color: 12326706.

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

Color convert

RGB 50 23 188 -
CMYK 0.73 0.88 0 0.26
HSL 249.82º 0.78% 0.41% -
HSV(B) 249.82º 0.88% 0.74% -
XYZ 10.7 4.92 47.96 -
YUV 49.88 205.95 128.08 -
System Red Green Blue C M Y K H S L
Decimal 50 23 188 0.73 0.88 0 0.26 249.82 0.78 0.41
Hex 32 17 BC 49 58 0 1A FA 4E 29
Octal 62 27 274 111 130 0 32 372 116 51
Binary 110010 10111 10111100 1001001 1011000 0 11010 11111010 1001110 101001

Color Harmonies of #3217BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3217BC

Black with #3217BC

Text Example


Text Example

White with #3217BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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