Html Css Color HEX #3A01BD Purple Heart

📋 copy color: '#3A01BD'

red 58 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #3A01BD

Tints of Purple Heart #3A01BD

RGB

 RED value IS 58 (23.05% from 255) = 23.39%

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

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

R = 23.39%
G = 0.4%
B = 76.21%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A01BD (or 0x3A01BD) is known color: Purple Heart. HEX triplet: 3A, 01 and BD. RGB value is (58,1,189). Sum of RGB (Red+Green+Blue) = 58+1+189=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A01BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A01BD is #C5FE42. Grayscale: #262626. Windows color (decimal): -12975683 or 12386618. OLE color: 12386618.

HSL color Cylindrical-coordinate representation of color #3A01BD: hue angle of 258.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A01BD is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 1 189 -
CMYK 0.69 0.99 0 0.26
HSL 258.19º 0.99% 0.37% -
HSV(B) 258.19º 0.99% 0.74% -
XYZ 10.94 4.6 48.45 -
YUV 39.48 212.38 141.21 -
System Red Green Blue C M Y K H S L
Decimal 58 1 189 0.69 0.99 0 0.26 258.19 0.99 0.37
Hex 3A 1 BD 45 63 0 1A 102 63 25
Octal 72 1 275 105 143 0 32 402 143 45
Binary 111010 1 10111101 1000101 1100011 0 11010 100000010 1100011 100101

Color Harmonies of #3A01BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A01BD

Black with #3A01BD

Text Example


Text Example

White with #3A01BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,1,189); }

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

background-color css

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

 a { background-color: rgb(58,1,189); }

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

border-color css

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

 span { border-color: rgb(58,1,189); }

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