Html Css Color HEX #3519B3 Persian Blue

📋 copy color: '#3519B3'

red 53 ◦ green 25 ◦ blue 179

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

Shades of Persian Blue #3519B3

Tints of Persian Blue #3519B3

RGB

 RED value IS 53 (21.09% from 255) = 20.62%

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

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

R = 20.62%
G = 9.73%
B = 69.65%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3519B3 (or 0x3519B3) is known color: Persian Blue. HEX triplet: 35, 19 and B3. RGB value is (53,25,179). Sum of RGB (Red+Green+Blue) = 53+25+179=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #3519B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519B3 is #CAE64C. Grayscale: #323232. Windows color (decimal): -13297229 or 11737397. OLE color: 11737397.

HSL color Cylindrical-coordinate representation of color #3519B3: hue angle of 250.91º 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 #3519B3 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 25 179 -
CMYK 0.70 0.86 0 0.30
HSL 250.91º 0.75% 0.4% -
HSV(B) 250.91º 0.86% 0.7% -
XYZ 9.95 4.71 43.03 -
YUV 50.93 200.28 129.48 -
System Red Green Blue C M Y K H S L
Decimal 53 25 179 0.70 0.86 0 0.30 250.91 0.75 0.4
Hex 35 19 B3 46 56 0 1E FB 4B 28
Octal 65 31 263 106 126 0 36 373 113 50
Binary 110101 11001 10110011 1000110 1010110 0 11110 11111011 1001011 101000

Color Harmonies of #3519B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519B3

Black with #3519B3

Text Example


Text Example

White with #3519B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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