Html Css Color HEX #350BDF Han Purple

📋 copy color: '#350BDF'

red 53 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #350BDF

Tints of Han Purple #350BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.7%

R = 18.47%
G = 3.83%
B = 77.7%

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

#350BDF (or 0x350BDF) is known color: Han Purple. HEX triplet: 35, 0B and DF. RGB value is (53,11,223). Sum of RGB (Red+Green+Blue) = 53+11+223=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #350BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BDF is #CAF420. Grayscale: #2E2E2E. Windows color (decimal): -13300769 or 14617397. OLE color: 14617397.

HSL color Cylindrical-coordinate representation of color #350BDF: hue angle of 251.89º 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 #350BDF is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 11 223 -
CMYK 0.76 0.95 0 0.13
HSL 251.89º 0.91% 0.46% -
HSV(B) 251.89º 0.95% 0.87% -
XYZ 14.91 6.32 70.25 -
YUV 47.73 226.91 131.76 -
System Red Green Blue C M Y K H S L
Decimal 53 11 223 0.76 0.95 0 0.13 251.89 0.91 0.46
Hex 35 B DF 4C 5F 0 D FC 5B 2E
Octal 65 13 337 114 137 0 15 374 133 56
Binary 110101 1011 11011111 1001100 1011111 0 1101 11111100 1011011 101110

Color Harmonies of #350BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BDF

Black with #350BDF

Text Example


Text Example

White with #350BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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