Html Css Color HEX #350DFA Han Purple

📋 copy color: '#350DFA'

red 53 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #350DFA

Tints of Han Purple #350DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 79.11%

R = 16.77%
G = 4.11%
B = 79.11%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#350DFA (or 0x350DFA) is known color: Han Purple. HEX triplet: 35, 0D and FA. RGB value is (53,13,250). Sum of RGB (Red+Green+Blue) = 53+13+250=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #350DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DFA is #CAF205. Grayscale: #333333. Windows color (decimal): -13300230 or 16387381. OLE color: 16387381.

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

Color convert

RGB 53 13 250 -
CMYK 0.79 0.95 0 0.02
HSL 250.13º 0.96% 0.52% -
HSV(B) 250.13º 0.95% 0.98% -
XYZ 18.87 7.95 90.98 -
YUV 51.98 239.75 128.73 -
System Red Green Blue C M Y K H S L
Decimal 53 13 250 0.79 0.95 0 0.02 250.13 0.96 0.52
Hex 35 D FA 4F 5F 0 2 FA 60 34
Octal 65 15 372 117 137 0 2 372 140 64
Binary 110101 1101 11111010 1001111 1011111 0 10 11111010 1100000 110100

Color Harmonies of #350DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DFA

Black with #350DFA

Text Example


Text Example

White with #350DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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