Html Css Color HEX #3E02BB Purple Heart

📋 copy color: '#3E02BB'

red 62 ◦ green 2 ◦ blue 187

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

Shades of Purple Heart #3E02BB

Tints of Purple Heart #3E02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 187 (73.44% from 255) = 74.5%

R = 24.7%
G = 0.8%
B = 74.5%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E02BB (or 0x3E02BB) is known color: Purple Heart. HEX triplet: 3E, 02 and BB. RGB value is (62,2,187). Sum of RGB (Red+Green+Blue) = 62+2+187=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E02BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02BB is #C1FD44. Grayscale: #282828. Windows color (decimal): -12713285 or 12255806. OLE color: 12255806.

HSL color Cylindrical-coordinate representation of color #3E02BB: hue angle of 259.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02BB is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 2 187 -
CMYK 0.67 0.99 0 0.27
HSL 259.46º 0.98% 0.37% -
HSV(B) 259.46º 0.99% 0.73% -
XYZ 10.98 4.66 47.33 -
YUV 41.03 210.38 142.96 -
System Red Green Blue C M Y K H S L
Decimal 62 2 187 0.67 0.99 0 0.27 259.46 0.98 0.37
Hex 3E 2 BB 43 63 0 1B 103 62 25
Octal 76 2 273 103 143 0 33 403 142 45
Binary 111110 10 10111011 1000011 1100011 0 11011 100000011 1100010 100101

Color Harmonies of #3E02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E02BB

Black with #3E02BB

Text Example


Text Example

White with #3E02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,187); }

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

background-color css

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

 a { background-color: rgb(62,2,187); }

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

border-color css

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

 span { border-color: rgb(62,2,187); }

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