Html Css Color HEX #350FDC Han Purple

📋 copy color: '#350FDC'

red 53 ◦ green 15 ◦ blue 220

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

Shades of Han Purple #350FDC

Tints of Han Purple #350FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.39%

R = 18.4%
G = 5.21%
B = 76.39%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#350FDC (or 0x350FDC) is known color: Han Purple. HEX triplet: 35, 0F and DC. RGB value is (53,15,220). Sum of RGB (Red+Green+Blue) = 53+15+220=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #350FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FDC is #CAF023. Grayscale: #303030. Windows color (decimal): -13299748 or 14421813. OLE color: 14421813.

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

Color convert

RGB 53 15 220 -
CMYK 0.76 0.93 0 0.14
HSL 251.12º 0.87% 0.46% -
HSV(B) 251.12º 0.93% 0.86% -
XYZ 14.56 6.27 68.15 -
YUV 49.73 224.09 130.33 -
System Red Green Blue C M Y K H S L
Decimal 53 15 220 0.76 0.93 0 0.14 251.12 0.87 0.46
Hex 35 F DC 4C 5D 0 E FB 57 2E
Octal 65 17 334 114 135 0 16 373 127 56
Binary 110101 1111 11011100 1001100 1011101 0 1110 11111011 1010111 101110

Color Harmonies of #350FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FDC

Black with #350FDC

Text Example


Text Example

White with #350FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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