Html Css Color HEX #350ACF Han Purple

📋 copy color: '#350ACF'

red 53 ◦ green 10 ◦ blue 207

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

Shades of Han Purple #350ACF

Tints of Han Purple #350ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 19.63%
G = 3.7%
B = 76.67%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#350ACF (or 0x350ACF) is known color: Han Purple. HEX triplet: 35, 0A and CF. RGB value is (53,10,207). Sum of RGB (Red+Green+Blue) = 53+10+207=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #350ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ACF is #CAF530. Grayscale: #2C2C2C. Windows color (decimal): -13301041 or 13568565. OLE color: 13568565.

HSL color Cylindrical-coordinate representation of color #350ACF: hue angle of 253.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350ACF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 10 207 -
CMYK 0.74 0.95 0 0.19
HSL 253.1º 0.91% 0.43% -
HSV(B) 253.1º 0.95% 0.81% -
XYZ 12.84 5.48 59.41 -
YUV 45.32 219.25 133.48 -
System Red Green Blue C M Y K H S L
Decimal 53 10 207 0.74 0.95 0 0.19 253.1 0.91 0.43
Hex 35 A CF 4A 5F 0 13 FD 5B 2B
Octal 65 12 317 112 137 0 23 375 133 53
Binary 110101 1010 11001111 1001010 1011111 0 10011 11111101 1011011 101011

Color Harmonies of #350ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350ACF

Black with #350ACF

Text Example


Text Example

White with #350ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,10,207); }

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

background-color css

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

 a { background-color: rgb(53,10,207); }

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

border-color css

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

 span { border-color: rgb(53,10,207); }

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