Html Css Color HEX #3512C1 Persian Blue

📋 copy color: '#3512C1'

red 53 ◦ green 18 ◦ blue 193

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

Shades of Persian Blue #3512C1

Tints of Persian Blue #3512C1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 20.08%
G = 6.82%
B = 73.11%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3512C1 (or 0x3512C1) is known color: Persian Blue. HEX triplet: 35, 12 and C1. RGB value is (53,18,193). Sum of RGB (Red+Green+Blue) = 53+18+193=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 193 (75.78% from 255 or 73.11% from 264); Max value from RGB is 193 - color contains mainly: blue. Hex color #3512C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3512C1 is #CAED3E. Grayscale: #2F2F2F. Windows color (decimal): -13299007 or 12653109. OLE color: 12653109.

HSL color Cylindrical-coordinate representation of color #3512C1: hue angle of 252º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3512C1 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 18 193 -
CMYK 0.73 0.91 0 0.24
HSL 252º 0.83% 0.41% -
HSV(B) 252º 0.91% 0.76% -
XYZ 11.31 5.04 50.83 -
YUV 48.42 209.6 131.27 -
System Red Green Blue C M Y K H S L
Decimal 53 18 193 0.73 0.91 0 0.24 252 0.83 0.41
Hex 35 12 C1 49 5B 0 18 FC 53 29
Octal 65 22 301 111 133 0 30 374 123 51
Binary 110101 10010 11000001 1001001 1011011 0 11000 11111100 1010011 101001

Color Harmonies of #3512C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3512C1

Black with #3512C1

Text Example


Text Example

White with #3512C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,18,193); }

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

background-color css

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

 a { background-color: rgb(53,18,193); }

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

border-color css

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

 span { border-color: rgb(53,18,193); }

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