Html Css Color HEX #3E01BF Purple Heart

📋 copy color: '#3E01BF'

red 62 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #3E01BF

Tints of Purple Heart #3E01BF

RGB

 RED value IS 62 (24.61% from 255) = 24.41%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 191 (75% from 255) = 75.2%

R = 24.41%
G = 0.39%
B = 75.2%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E01BF (or 0x3E01BF) is known color: Purple Heart. HEX triplet: 3E, 01 and BF. RGB value is (62,1,191). Sum of RGB (Red+Green+Blue) = 62+1+191=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E01BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E01BF is #C1FE40. Grayscale: #282828. Windows color (decimal): -12713537 or 12517694. OLE color: 12517694.

HSL color Cylindrical-coordinate representation of color #3E01BF: hue angle of 259.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E01BF is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 1 191 -
CMYK 0.68 0.99 0 0.25
HSL 259.26º 0.99% 0.38% -
HSV(B) 259.26º 0.99% 0.75% -
XYZ 11.4 4.81 49.62 -
YUV 40.9 212.71 143.05 -
System Red Green Blue C M Y K H S L
Decimal 62 1 191 0.68 0.99 0 0.25 259.26 0.99 0.38
Hex 3E 1 BF 44 63 0 19 103 63 26
Octal 76 1 277 104 143 0 31 403 143 46
Binary 111110 1 10111111 1000100 1100011 0 11001 100000011 1100011 100110

Color Harmonies of #3E01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E01BF

Black with #3E01BF

Text Example


Text Example

White with #3E01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E01BF; }

 p { color: rgb(62,1,191); }

 H1.HeaderClassName
 {
   color: #3E01BF;
 }
 .AnyTagClassName
 {
   color: #3E01BF;
 }
</style>

background-color css

<style>
 a { background-color: #3E01BF; }

 a { background-color: rgb(62,1,191); }

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

border-color css

<style>
 span { border-color: #3E01BF; }

 span { border-color: rgb(62,1,191); }

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