Html Css Color HEX #350DBE Purple Heart

📋 copy color: '#350DBE'

red 53 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #350DBE

Tints of Purple Heart #350DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 20.7%
G = 5.08%
B = 74.22%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#350DBE (or 0x350DBE) is known color: Purple Heart. HEX triplet: 35, 0D and BE. RGB value is (53,13,190). Sum of RGB (Red+Green+Blue) = 53+13+190=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #350DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DBE is #CAF241. Grayscale: #2C2C2C. Windows color (decimal): -13300290 or 12455221. OLE color: 12455221.

HSL color Cylindrical-coordinate representation of color #350DBE: hue angle of 253.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350DBE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 13 190 -
CMYK 0.72 0.93 0 0.25
HSL 253.56º 0.87% 0.4% -
HSV(B) 253.56º 0.93% 0.75% -
XYZ 10.91 4.76 49.06 -
YUV 45.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 53 13 190 0.72 0.93 0 0.25 253.56 0.87 0.4
Hex 35 D BE 48 5D 0 19 FE 57 28
Octal 65 15 276 110 135 0 31 376 127 50
Binary 110101 1101 10111110 1001000 1011101 0 11001 11111110 1010111 101000

Color Harmonies of #350DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DBE

Black with #350DBE

Text Example


Text Example

White with #350DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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