Html Css Color HEX #3520B1 Persian Blue

📋 copy color: '#3520B1'

red 53 ◦ green 32 ◦ blue 177

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

Shades of Persian Blue #3520B1

Tints of Persian Blue #3520B1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

 BLUE value IS 177 (69.53% from 255) = 67.56%

R = 20.23%
G = 12.21%
B = 67.56%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3520B1 (or 0x3520B1) is known color: Persian Blue. HEX triplet: 35, 20 and B1. RGB value is (53,32,177). Sum of RGB (Red+Green+Blue) = 53+32+177=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 177 (69.53% from 255 or 67.56% from 262); Max value from RGB is 177 - color contains mainly: blue. Hex color #3520B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3520B1 is #CADF4E. Grayscale: #363636. Windows color (decimal): -13295439 or 11608117. OLE color: 11608117.

HSL color Cylindrical-coordinate representation of color #3520B1: hue angle of 248.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3520B1 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 32 177 -
CMYK 0.70 0.82 0 0.31
HSL 248.69º 0.69% 0.41% -
HSV(B) 248.69º 0.82% 0.69% -
XYZ 9.92 4.96 42.03 -
YUV 54.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 53 32 177 0.70 0.82 0 0.31 248.69 0.69 0.41
Hex 35 20 B1 46 52 0 1F F9 45 29
Octal 65 40 261 106 122 0 37 371 105 51
Binary 110101 100000 10110001 1000110 1010010 0 11111 11111001 1000101 101001

Color Harmonies of #3520B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520B1

Black with #3520B1

Text Example


Text Example

White with #3520B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3520B1; }

 p { color: rgb(53,32,177); }

 H1.HeaderClassName
 {
   color: #3520B1;
 }
 .AnyTagClassName
 {
   color: #3520B1;
 }
</style>

background-color css

<style>
 a { background-color: #3520B1; }

 a { background-color: rgb(53,32,177); }

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

border-color css

<style>
 span { border-color: #3520B1; }

 span { border-color: rgb(53,32,177); }

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