Html Css Color HEX #350FDE Han Purple

📋 copy color: '#350FDE'

red 53 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #350FDE

Tints of Han Purple #350FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 222 (87.11% from 255) = 76.55%

R = 18.28%
G = 5.17%
B = 76.55%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#350FDE (or 0x350FDE) is known color: Han Purple. HEX triplet: 35, 0F and DE. RGB value is (53,15,222). Sum of RGB (Red+Green+Blue) = 53+15+222=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #350FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FDE is #CAF021. Grayscale: #313131. Windows color (decimal): -13299746 or 14552885. OLE color: 14552885.

HSL color Cylindrical-coordinate representation of color #350FDE: hue angle of 251.01º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350FDE is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 15 222 -
CMYK 0.76 0.93 0 0.13
HSL 251.01º 0.87% 0.46% -
HSV(B) 251.01º 0.93% 0.87% -
XYZ 14.82 6.37 69.56 -
YUV 49.96 225.09 130.17 -
System Red Green Blue C M Y K H S L
Decimal 53 15 222 0.76 0.93 0 0.13 251.01 0.87 0.46
Hex 35 F DE 4C 5D 0 D FB 57 2E
Octal 65 17 336 114 135 0 15 373 127 56
Binary 110101 1111 11011110 1001100 1011101 0 1101 11111011 1010111 101110

Color Harmonies of #350FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FDE

Black with #350FDE

Text Example


Text Example

White with #350FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,15,222); }

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

background-color css

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

 a { background-color: rgb(53,15,222); }

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

border-color css

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

 span { border-color: rgb(53,15,222); }

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