Html Css Color HEX #350DEF Han Purple

📋 copy color: '#350DEF'

red 53 ◦ green 13 ◦ blue 239

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

Shades of Han Purple #350DEF

Tints of Han Purple #350DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.36%

R = 17.38%
G = 4.26%
B = 78.36%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#350DEF (or 0x350DEF) is known color: Han Purple. HEX triplet: 35, 0D and EF. RGB value is (53,13,239). Sum of RGB (Red+Green+Blue) = 53+13+239=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #350DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DEF is #CAF210. Grayscale: #313131. Windows color (decimal): -13300241 or 15666485. OLE color: 15666485.

HSL color Cylindrical-coordinate representation of color #350DEF: hue angle of 250.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350DEF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 13 239 -
CMYK 0.78 0.95 0 0.06
HSL 250.62º 0.9% 0.49% -
HSV(B) 250.62º 0.95% 0.94% -
XYZ 17.19 7.28 82.16 -
YUV 50.72 234.25 129.62 -
System Red Green Blue C M Y K H S L
Decimal 53 13 239 0.78 0.95 0 0.06 250.62 0.9 0.49
Hex 35 D EF 4E 5F 0 6 FB 5A 31
Octal 65 15 357 116 137 0 6 373 132 61
Binary 110101 1101 11101111 1001110 1011111 0 110 11111011 1011010 110001

Color Harmonies of #350DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DEF

Black with #350DEF

Text Example


Text Example

White with #350DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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