Html Css Color HEX #350EDA Han Purple

📋 copy color: '#350EDA'

red 53 ◦ green 14 ◦ blue 218

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

Shades of Han Purple #350EDA

Tints of Han Purple #350EDA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.91%

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

R = 18.6%
G = 4.91%
B = 76.49%

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

#350EDA (or 0x350EDA) is known color: Han Purple. HEX triplet: 35, 0E and DA. RGB value is (53,14,218). Sum of RGB (Red+Green+Blue) = 53+14+218=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #350EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350EDA is #CAF125. Grayscale: #303030. Windows color (decimal): -13300006 or 14290485. OLE color: 14290485.

HSL color Cylindrical-coordinate representation of color #350EDA: hue angle of 251.47º degrees, saturation: 0.88, 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 #350EDA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 14 218 -
CMYK 0.76 0.94 0 0.15
HSL 251.47º 0.88% 0.45% -
HSV(B) 251.47º 0.94% 0.85% -
XYZ 14.28 6.13 66.76 -
YUV 48.92 223.42 130.91 -
System Red Green Blue C M Y K H S L
Decimal 53 14 218 0.76 0.94 0 0.15 251.47 0.88 0.45
Hex 35 E DA 4C 5E 0 F FB 58 2D
Octal 65 16 332 114 136 0 17 373 130 55
Binary 110101 1110 11011010 1001100 1011110 0 1111 11111011 1011000 101101

Color Harmonies of #350EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350EDA

Black with #350EDA

Text Example


Text Example

White with #350EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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