Html Css Color HEX #350DDD Han Purple

📋 copy color: '#350DDD'

red 53 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #350DDD

Tints of Han Purple #350DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77%

R = 18.47%
G = 4.53%
B = 77%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#350DDD (or 0x350DDD) is known color: Han Purple. HEX triplet: 35, 0D and DD. RGB value is (53,13,221). Sum of RGB (Red+Green+Blue) = 53+13+221=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #350DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DDD is #CAF222. Grayscale: #2F2F2F. Windows color (decimal): -13300259 or 14486837. OLE color: 14486837.

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

Color convert

RGB 53 13 221 -
CMYK 0.76 0.94 0 0.13
HSL 251.54º 0.89% 0.46% -
HSV(B) 251.54º 0.94% 0.87% -
XYZ 14.66 6.27 68.84 -
YUV 48.67 225.25 131.09 -
System Red Green Blue C M Y K H S L
Decimal 53 13 221 0.76 0.94 0 0.13 251.54 0.89 0.46
Hex 35 D DD 4C 5E 0 D FC 59 2E
Octal 65 15 335 114 136 0 15 374 131 56
Binary 110101 1101 11011101 1001100 1011110 0 1101 11111100 1011001 101110

Color Harmonies of #350DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DDD

Black with #350DDD

Text Example


Text Example

White with #350DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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