Html Css Color HEX #350BDE Han Purple

📋 copy color: '#350BDE'

red 53 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #350BDE

Tints of Han Purple #350BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.85%

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

R = 18.53%
G = 3.85%
B = 77.62%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#350BDE (or 0x350BDE) is known color: Han Purple. HEX triplet: 35, 0B and DE. RGB value is (53,11,222). Sum of RGB (Red+Green+Blue) = 53+11+222=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #350BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BDE is #CAF421. Grayscale: #2E2E2E. Windows color (decimal): -13300770 or 14551861. OLE color: 14551861.

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

Color convert

RGB 53 11 222 -
CMYK 0.76 0.95 0 0.13
HSL 251.94º 0.91% 0.46% -
HSV(B) 251.94º 0.95% 0.87% -
XYZ 14.77 6.27 69.54 -
YUV 47.61 226.41 131.84 -
System Red Green Blue C M Y K H S L
Decimal 53 11 222 0.76 0.95 0 0.13 251.94 0.91 0.46
Hex 35 B DE 4C 5F 0 D FC 5B 2E
Octal 65 13 336 114 137 0 15 374 133 56
Binary 110101 1011 11011110 1001100 1011111 0 1101 11111100 1011011 101110

Color Harmonies of #350BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BDE

Black with #350BDE

Text Example


Text Example

White with #350BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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