Html Css Color HEX #3805BE Purple Heart

📋 copy color: '#3805BE'

red 56 ◦ green 5 ◦ blue 190

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

Shades of Purple Heart #3805BE

Tints of Purple Heart #3805BE

RGB

 RED value IS 56 (22.27% from 255) = 22.31%

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 22.31%
G = 1.99%
B = 75.7%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3805BE (or 0x3805BE) is known color: Purple Heart. HEX triplet: 38, 05 and BE. RGB value is (56,5,190). Sum of RGB (Red+Green+Blue) = 56+5+190=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #3805BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3805BE is #C7FA41. Grayscale: #282828. Windows color (decimal): -13105730 or 12453176. OLE color: 12453176.

HSL color Cylindrical-coordinate representation of color #3805BE: hue angle of 256.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3805BE is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 5 190 -
CMYK 0.71 0.97 0 0.25
HSL 256.54º 0.95% 0.38% -
HSV(B) 256.54º 0.97% 0.75% -
XYZ 10.98 4.67 49.04 -
YUV 41.34 211.9 138.46 -
System Red Green Blue C M Y K H S L
Decimal 56 5 190 0.71 0.97 0 0.25 256.54 0.95 0.38
Hex 38 5 BE 47 61 0 19 101 5F 26
Octal 70 5 276 107 141 0 31 401 137 46
Binary 111000 101 10111110 1000111 1100001 0 11001 100000001 1011111 100110

Color Harmonies of #3805BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3805BE

Black with #3805BE

Text Example


Text Example

White with #3805BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3805BE; }

 p { color: rgb(56,5,190); }

 H1.HeaderClassName
 {
   color: #3805BE;
 }
 .AnyTagClassName
 {
   color: #3805BE;
 }
</style>

background-color css

<style>
 a { background-color: #3805BE; }

 a { background-color: rgb(56,5,190); }

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

border-color css

<style>
 span { border-color: #3805BE; }

 span { border-color: rgb(56,5,190); }

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