Html Css Color HEX #350DCC Han Purple

📋 copy color: '#350DCC'

red 53 ◦ green 13 ◦ blue 204

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

Shades of Han Purple #350DCC

Tints of Han Purple #350DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 19.63%
G = 4.81%
B = 75.56%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#350DCC (or 0x350DCC) is known color: Han Purple. HEX triplet: 35, 0D and CC. RGB value is (53,13,204). Sum of RGB (Red+Green+Blue) = 53+13+204=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #350DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DCC is #CAF233. Grayscale: #2E2E2E. Windows color (decimal): -13300276 or 13372725. OLE color: 13372725.

HSL color Cylindrical-coordinate representation of color #350DCC: hue angle of 252.57º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350DCC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 13 204 -
CMYK 0.74 0.94 0 0.2
HSL 252.57º 0.88% 0.43% -
HSV(B) 252.57º 0.94% 0.8% -
XYZ 12.51 5.4 57.51 -
YUV 46.73 216.75 132.47 -
System Red Green Blue C M Y K H S L
Decimal 53 13 204 0.74 0.94 0 0.2 252.57 0.88 0.43
Hex 35 D CC 4A 5E 0 14 FD 58 2B
Octal 65 15 314 112 136 0 24 375 130 53
Binary 110101 1101 11001100 1001010 1011110 0 10100 11111101 1011000 101011

Color Harmonies of #350DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DCC

Black with #350DCC

Text Example


Text Example

White with #350DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,204); }

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

background-color css

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

 a { background-color: rgb(53,13,204); }

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

border-color css

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

 span { border-color: rgb(53,13,204); }

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