Html Css Color HEX #3218C1 Persian Blue

📋 copy color: '#3218C1'

red 50 ◦ green 24 ◦ blue 193

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

Shades of Persian Blue #3218C1

Tints of Persian Blue #3218C1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 193 (75.78% from 255) = 72.28%

R = 18.73%
G = 8.99%
B = 72.28%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3218C1 (or 0x3218C1) is known color: Persian Blue. HEX triplet: 32, 18 and C1. RGB value is (50,24,193). Sum of RGB (Red+Green+Blue) = 50+24+193=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 193 (75.78% from 255 or 72.28% from 267); Max value from RGB is 193 - color contains mainly: blue. Hex color #3218C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218C1 is #CDE73E. Grayscale: #323232. Windows color (decimal): -13494079 or 12654642. OLE color: 12654642.

HSL color Cylindrical-coordinate representation of color #3218C1: hue angle of 249.23º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3218C1 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 24 193 -
CMYK 0.74 0.88 0 0.24
HSL 249.23º 0.78% 0.43% -
HSV(B) 249.23º 0.88% 0.76% -
XYZ 11.27 5.18 50.86 -
YUV 51.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 50 24 193 0.74 0.88 0 0.24 249.23 0.78 0.43
Hex 32 18 C1 4A 58 0 18 F9 4E 2B
Octal 62 30 301 112 130 0 30 371 116 53
Binary 110010 11000 11000001 1001010 1011000 0 11000 11111001 1001110 101011

Color Harmonies of #3218C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3218C1

Black with #3218C1

Text Example


Text Example

White with #3218C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3218C1; }

 p { color: rgb(50,24,193); }

 H1.HeaderClassName
 {
   color: #3218C1;
 }
 .AnyTagClassName
 {
   color: #3218C1;
 }
</style>

background-color css

<style>
 a { background-color: #3218C1; }

 a { background-color: rgb(50,24,193); }

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

border-color css

<style>
 span { border-color: #3218C1; }

 span { border-color: rgb(50,24,193); }

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