Html Css Color HEX #350CE0 Han Purple

📋 copy color: '#350CE0'

red 53 ◦ green 12 ◦ blue 224

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

Shades of Han Purple #350CE0

Tints of Han Purple #350CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 77.51%

R = 18.34%
G = 4.15%
B = 77.51%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#350CE0 (or 0x350CE0) is known color: Han Purple. HEX triplet: 35, 0C and E0. RGB value is (53,12,224). Sum of RGB (Red+Green+Blue) = 53+12+224=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #350CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CE0 is #CAF31F. Grayscale: #2F2F2F. Windows color (decimal): -13300512 or 14683189. OLE color: 14683189.

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

Color convert

RGB 53 12 224 -
CMYK 0.76 0.95 0 0.12
HSL 251.6º 0.9% 0.46% -
HSV(B) 251.6º 0.95% 0.88% -
XYZ 15.05 6.4 70.96 -
YUV 48.43 227.08 131.26 -
System Red Green Blue C M Y K H S L
Decimal 53 12 224 0.76 0.95 0 0.12 251.6 0.9 0.46
Hex 35 C E0 4C 5F 0 C FC 5A 2E
Octal 65 14 340 114 137 0 14 374 132 56
Binary 110101 1100 11100000 1001100 1011111 0 1100 11111100 1011010 101110

Color Harmonies of #350CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CE0

Black with #350CE0

Text Example


Text Example

White with #350CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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