Html Css Color HEX #3517CF Han Purple

📋 copy color: '#3517CF'

red 53 ◦ green 23 ◦ blue 207

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

Shades of Han Purple #3517CF

Tints of Han Purple #3517CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 18.73%
G = 8.13%
B = 73.14%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3517CF (or 0x3517CF) is known color: Han Purple. HEX triplet: 35, 17 and CF. RGB value is (53,23,207). Sum of RGB (Red+Green+Blue) = 53+23+207=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #3517CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3517CF is #CAE830. Grayscale: #343434. Windows color (decimal): -13297713 or 13571893. OLE color: 13571893.

HSL color Cylindrical-coordinate representation of color #3517CF: hue angle of 249.78º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3517CF is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 23 207 -
CMYK 0.74 0.89 0 0.19
HSL 249.78º 0.8% 0.45% -
HSV(B) 249.78º 0.89% 0.81% -
XYZ 13.04 5.87 59.48 -
YUV 52.95 214.94 128.04 -
System Red Green Blue C M Y K H S L
Decimal 53 23 207 0.74 0.89 0 0.19 249.78 0.8 0.45
Hex 35 17 CF 4A 59 0 13 FA 50 2D
Octal 65 27 317 112 131 0 23 372 120 55
Binary 110101 10111 11001111 1001010 1011001 0 10011 11111010 1010000 101101

Color Harmonies of #3517CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3517CF

Black with #3517CF

Text Example


Text Example

White with #3517CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3517CF; }

 p { color: rgb(53,23,207); }

 H1.HeaderClassName
 {
   color: #3517CF;
 }
 .AnyTagClassName
 {
   color: #3517CF;
 }
</style>

background-color css

<style>
 a { background-color: #3517CF; }

 a { background-color: rgb(53,23,207); }

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

border-color css

<style>
 span { border-color: #3517CF; }

 span { border-color: rgb(53,23,207); }

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