Html Css Color HEX #350CDD Han Purple

📋 copy color: '#350CDD'

red 53 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #350CDD

Tints of Han Purple #350CDD

RGB

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

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

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

R = 18.53%
G = 4.2%
B = 77.27%

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

#350CDD (or 0x350CDD) is known color: Han Purple. HEX triplet: 35, 0C and DD. RGB value is (53,12,221). Sum of RGB (Red+Green+Blue) = 53+12+221=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #350CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CDD is #CAF322. Grayscale: #2F2F2F. Windows color (decimal): -13300515 or 14486581. OLE color: 14486581.

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

Color convert

RGB 53 12 221 -
CMYK 0.76 0.95 0 0.13
HSL 251.77º 0.9% 0.46% -
HSV(B) 251.77º 0.95% 0.87% -
XYZ 14.65 6.24 68.84 -
YUV 48.09 225.58 131.51 -
System Red Green Blue C M Y K H S L
Decimal 53 12 221 0.76 0.95 0 0.13 251.77 0.9 0.46
Hex 35 C DD 4C 5F 0 D FC 5A 2E
Octal 65 14 335 114 137 0 15 374 132 56
Binary 110101 1100 11011101 1001100 1011111 0 1101 11111100 1011010 101110

Color Harmonies of #350CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CDD

Black with #350CDD

Text Example


Text Example

White with #350CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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