Html Css Color HEX #350CDA Han Purple

📋 copy color: '#350CDA'

red 53 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #350CDA

Tints of Han Purple #350CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 18.73%
G = 4.24%
B = 77.03%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#350CDA (or 0x350CDA) is known color: Han Purple. HEX triplet: 35, 0C and DA. RGB value is (53,12,218). Sum of RGB (Red+Green+Blue) = 53+12+218=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #350CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CDA is #CAF325. Grayscale: #2E2E2E. Windows color (decimal): -13300518 or 14289973. OLE color: 14289973.

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

Color convert

RGB 53 12 218 -
CMYK 0.76 0.94 0 0.15
HSL 251.94º 0.9% 0.45% -
HSV(B) 251.94º 0.94% 0.85% -
XYZ 14.25 6.08 66.75 -
YUV 47.74 224.08 131.75 -
System Red Green Blue C M Y K H S L
Decimal 53 12 218 0.76 0.94 0 0.15 251.94 0.9 0.45
Hex 35 C DA 4C 5E 0 F FC 5A 2D
Octal 65 14 332 114 136 0 17 374 132 55
Binary 110101 1100 11011010 1001100 1011110 0 1111 11111100 1011010 101101

Color Harmonies of #350CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CDA

Black with #350CDA

Text Example


Text Example

White with #350CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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