Html Css Color HEX #3219B3 Persian Blue

📋 copy color: '#3219B3'

red 50 ◦ green 25 ◦ blue 179

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

Shades of Persian Blue #3219B3

Tints of Persian Blue #3219B3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 179 (70.31% from 255) = 70.47%

R = 19.69%
G = 9.84%
B = 70.47%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3219B3 (or 0x3219B3) is known color: Persian Blue. HEX triplet: 32, 19 and B3. RGB value is (50,25,179). Sum of RGB (Red+Green+Blue) = 50+25+179=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 179 (70.31% from 255 or 70.47% from 254); Max value from RGB is 179 - color contains mainly: blue. Hex color #3219B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219B3 is #CDE64C. Grayscale: #313131. Windows color (decimal): -13493837 or 11737394. OLE color: 11737394.

HSL color Cylindrical-coordinate representation of color #3219B3: hue angle of 249.74º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3219B3 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 25 179 -
CMYK 0.72 0.86 0 0.30
HSL 249.74º 0.75% 0.4% -
HSV(B) 249.74º 0.86% 0.7% -
XYZ 9.8 4.63 43.02 -
YUV 50.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 50 25 179 0.72 0.86 0 0.30 249.74 0.75 0.4
Hex 32 19 B3 48 56 0 1E FA 4B 28
Octal 62 31 263 110 126 0 36 372 113 50
Binary 110010 11001 10110011 1001000 1010110 0 11110 11111010 1001011 101000

Color Harmonies of #3219B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3219B3

Black with #3219B3

Text Example


Text Example

White with #3219B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3219B3; }

 p { color: rgb(50,25,179); }

 H1.HeaderClassName
 {
   color: #3219B3;
 }
 .AnyTagClassName
 {
   color: #3219B3;
 }
</style>

background-color css

<style>
 a { background-color: #3219B3; }

 a { background-color: rgb(50,25,179); }

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

border-color css

<style>
 span { border-color: #3219B3; }

 span { border-color: rgb(50,25,179); }

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