Html Css Color HEX #350DEB Han Purple

📋 copy color: '#350DEB'

red 53 ◦ green 13 ◦ blue 235

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

Shades of Han Purple #350DEB

Tints of Han Purple #350DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

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

R = 17.61%
G = 4.32%
B = 78.07%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#350DEB (or 0x350DEB) is known color: Han Purple. HEX triplet: 35, 0D and EB. RGB value is (53,13,235). Sum of RGB (Red+Green+Blue) = 53+13+235=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #350DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DEB is #CAF214. Grayscale: #313131. Windows color (decimal): -13300245 or 15404341. OLE color: 15404341.

HSL color Cylindrical-coordinate representation of color #350DEB: hue angle of 250.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350DEB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 13 235 -
CMYK 0.77 0.94 0 0.08
HSL 250.81º 0.9% 0.49% -
HSV(B) 250.81º 0.94% 0.92% -
XYZ 16.61 7.04 79.08 -
YUV 50.27 232.25 129.95 -
System Red Green Blue C M Y K H S L
Decimal 53 13 235 0.77 0.94 0 0.08 250.81 0.9 0.49
Hex 35 D EB 4D 5E 0 8 FB 5A 31
Octal 65 15 353 115 136 0 10 373 132 61
Binary 110101 1101 11101011 1001101 1011110 0 1000 11111011 1011010 110001

Color Harmonies of #350DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DEB

Black with #350DEB

Text Example


Text Example

White with #350DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350DEB; }

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

 H1.HeaderClassName
 {
   color: #350DEB;
 }
 .AnyTagClassName
 {
   color: #350DEB;
 }
</style>

background-color css

<style>
 a { background-color: #350DEB; }

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

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

border-color css

<style>
 span { border-color: #350DEB; }

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

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