Html Css Color HEX #350DFC Han Purple

📋 copy color: '#350DFC'

red 53 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #350DFC

Tints of Han Purple #350DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 79.25%

R = 16.67%
G = 4.09%
B = 79.25%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#350DFC (or 0x350DFC) is known color: Han Purple. HEX triplet: 35, 0D and FC. RGB value is (53,13,252). Sum of RGB (Red+Green+Blue) = 53+13+252=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #350DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DFC is #CAF203. Grayscale: #333333. Windows color (decimal): -13300228 or 16518453. OLE color: 16518453.

HSL color Cylindrical-coordinate representation of color #350DFC: hue angle of 250.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350DFC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 13 252 -
CMYK 0.79 0.95 0 0.01
HSL 250.04º 0.98% 0.52% -
HSV(B) 250.04º 0.95% 0.99% -
XYZ 19.18 8.07 92.64 -
YUV 52.21 240.75 128.57 -
System Red Green Blue C M Y K H S L
Decimal 53 13 252 0.79 0.95 0 0.01 250.04 0.98 0.52
Hex 35 D FC 4F 5F 0 1 FA 62 34
Octal 65 15 374 117 137 0 1 372 142 64
Binary 110101 1101 11111100 1001111 1011111 0 1 11111010 1100010 110100

Color Harmonies of #350DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DFC

Black with #350DFC

Text Example


Text Example

White with #350DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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