Html Css Color HEX #3500EB Han Purple

📋 copy color: '#3500EB'

red 53 ◦ green 0 ◦ blue 235

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

Shades of Han Purple #3500EB

Tints of Han Purple #3500EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 81.6%

R = 18.4%
G = 0%
B = 81.6%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3500EB (or 0x3500EB) is known color: Han Purple. HEX triplet: 35, 00 and EB. RGB value is (53,0,235). Sum of RGB (Red+Green+Blue) = 53+0+235=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 235 (92.19% from 255 or 81.60% from 288); Max value from RGB is 235 - color contains mainly: blue. Hex color #3500EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3500EB is #CAFF14. Grayscale: #292929. Windows color (decimal): -13303573 or 15401013. OLE color: 15401013.

HSL color Cylindrical-coordinate representation of color #3500EB: hue angle of 253.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500EB is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 0 235 -
CMYK 0.77 1 0 0.08
HSL 253.53º 1% 0.46% -
HSV(B) 253.53º 1% 0.92% -
XYZ 16.46 6.76 79.03 -
YUV 42.64 236.56 135.39 -
System Red Green Blue C M Y K H S L
Decimal 53 0 235 0.77 1 0 0.08 253.53 1 0.46
Hex 35 0 EB 4D 64 0 8 FE 64 2E
Octal 65 0 353 115 144 0 10 376 144 56
Binary 110101 0 11101011 1001101 1100100 0 1000 11111110 1100100 101110

Color Harmonies of #3500EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500EB

Black with #3500EB

Text Example


Text Example

White with #3500EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3500EB; }

 p { color: rgb(53,0,235); }

 H1.HeaderClassName
 {
   color: #3500EB;
 }
 .AnyTagClassName
 {
   color: #3500EB;
 }
</style>

background-color css

<style>
 a { background-color: #3500EB; }

 a { background-color: rgb(53,0,235); }

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

border-color css

<style>
 span { border-color: #3500EB; }

 span { border-color: rgb(53,0,235); }

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