Html Css Color HEX #3511FA Han Purple

📋 copy color: '#3511FA'

red 53 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #3511FA

Tints of Han Purple #3511FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.31%

 BLUE value IS 250 (98.05% from 255) = 78.13%

R = 16.56%
G = 5.31%
B = 78.13%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3511FA (or 0x3511FA) is known color: Han Purple. HEX triplet: 35, 11 and FA. RGB value is (53,17,250). Sum of RGB (Red+Green+Blue) = 53+17+250=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #3511FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3511FA is #CAEE05. Grayscale: #353535. Windows color (decimal): -13299206 or 16388405. OLE color: 16388405.

HSL color Cylindrical-coordinate representation of color #3511FA: hue angle of 249.27º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3511FA is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 17 250 -
CMYK 0.79 0.93 0 0.02
HSL 249.27º 0.96% 0.52% -
HSV(B) 249.27º 0.93% 0.98% -
XYZ 18.92 8.06 91 -
YUV 54.33 238.43 127.05 -
System Red Green Blue C M Y K H S L
Decimal 53 17 250 0.79 0.93 0 0.02 249.27 0.96 0.52
Hex 35 11 FA 4F 5D 0 2 F9 60 34
Octal 65 21 372 117 135 0 2 371 140 64
Binary 110101 10001 11111010 1001111 1011101 0 10 11111001 1100000 110100

Color Harmonies of #3511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3511FA

Black with #3511FA

Text Example


Text Example

White with #3511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3511FA; }

 p { color: rgb(53,17,250); }

 H1.HeaderClassName
 {
   color: #3511FA;
 }
 .AnyTagClassName
 {
   color: #3511FA;
 }
</style>

background-color css

<style>
 a { background-color: #3511FA; }

 a { background-color: rgb(53,17,250); }

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

border-color css

<style>
 span { border-color: #3511FA; }

 span { border-color: rgb(53,17,250); }

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