Html Css Color HEX #3E26BD Purple Heart

📋 copy color: '#3E26BD'

red 62 ◦ green 38 ◦ blue 189

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

Shades of Purple Heart #3E26BD

Tints of Purple Heart #3E26BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 21.45%
G = 13.15%
B = 65.4%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E26BD (or 0x3E26BD) is known color: Purple Heart. HEX triplet: 3E, 26 and BD. RGB value is (62,38,189). Sum of RGB (Red+Green+Blue) = 62+38+189=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E26BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E26BD is #C1D942. Grayscale: #3D3D3D. Windows color (decimal): -12704067 or 12396094. OLE color: 12396094.

HSL color Cylindrical-coordinate representation of color #3E26BD: hue angle of 249.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E26BD is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 38 189 -
CMYK 0.67 0.80 0 0.26
HSL 249.54º 0.67% 0.45% -
HSV(B) 249.54º 0.8% 0.74% -
XYZ 11.87 6.08 48.69 -
YUV 62.39 199.45 127.72 -
System Red Green Blue C M Y K H S L
Decimal 62 38 189 0.67 0.80 0 0.26 249.54 0.67 0.45
Hex 3E 26 BD 43 50 0 1A FA 43 2D
Octal 76 46 275 103 120 0 32 372 103 55
Binary 111110 100110 10111101 1000011 1010000 0 11010 11111010 1000011 101101

Color Harmonies of #3E26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E26BD

Black with #3E26BD

Text Example


Text Example

White with #3E26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,38,189); }

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

background-color css

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

 a { background-color: rgb(62,38,189); }

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

border-color css

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

 span { border-color: rgb(62,38,189); }

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