Html Css Color HEX #3211C3 Persian Blue

📋 copy color: '#3211C3'

red 50 ◦ green 17 ◦ blue 195

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

Shades of Persian Blue #3211C3

Tints of Persian Blue #3211C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 74.43%

R = 19.08%
G = 6.49%
B = 74.43%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3211C3 (or 0x3211C3) is known color: Persian Blue. HEX triplet: 32, 11 and C3. RGB value is (50,17,195). Sum of RGB (Red+Green+Blue) = 50+17+195=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 195 (76.56% from 255 or 74.43% from 262); Max value from RGB is 195 - color contains mainly: blue. Hex color #3211C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211C3 is #CDEE3C. Grayscale: #2E2E2E. Windows color (decimal): -13495869 or 12783922. OLE color: 12783922.

HSL color Cylindrical-coordinate representation of color #3211C3: hue angle of 251.12º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3211C3 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 17 195 -
CMYK 0.74 0.91 0 0.24
HSL 251.12º 0.84% 0.42% -
HSV(B) 251.12º 0.91% 0.76% -
XYZ 11.37 5.02 52 -
YUV 47.16 211.43 130.03 -
System Red Green Blue C M Y K H S L
Decimal 50 17 195 0.74 0.91 0 0.24 251.12 0.84 0.42
Hex 32 11 C3 4A 5B 0 18 FB 54 2A
Octal 62 21 303 112 133 0 30 373 124 52
Binary 110010 10001 11000011 1001010 1011011 0 11000 11111011 1010100 101010

Color Harmonies of #3211C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3211C3

Black with #3211C3

Text Example


Text Example

White with #3211C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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