Html Css Color HEX #350CDB Han Purple

📋 copy color: '#350CDB'

red 53 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #350CDB

Tints of Han Purple #350CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 18.66%
G = 4.23%
B = 77.11%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#350CDB (or 0x350CDB) is known color: Han Purple. HEX triplet: 35, 0C and DB. RGB value is (53,12,219). Sum of RGB (Red+Green+Blue) = 53+12+219=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #350CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CDB is #CAF324. Grayscale: #2F2F2F. Windows color (decimal): -13300517 or 14355509. OLE color: 14355509.

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

Color convert

RGB 53 12 219 -
CMYK 0.76 0.95 0 0.14
HSL 251.88º 0.9% 0.45% -
HSV(B) 251.88º 0.95% 0.86% -
XYZ 14.39 6.13 67.44 -
YUV 47.86 224.58 131.67 -
System Red Green Blue C M Y K H S L
Decimal 53 12 219 0.76 0.95 0 0.14 251.88 0.9 0.45
Hex 35 C DB 4C 5F 0 E FC 5A 2D
Octal 65 14 333 114 137 0 16 374 132 55
Binary 110101 1100 11011011 1001100 1011111 0 1110 11111100 1011010 101101

Color Harmonies of #350CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CDB

Black with #350CDB

Text Example


Text Example

White with #350CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,12,219); }

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

background-color css

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

 a { background-color: rgb(53,12,219); }

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

border-color css

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

 span { border-color: rgb(53,12,219); }

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