Html Css Color HEX #3A1DBC Purple Heart

📋 copy color: '#3A1DBC'

red 58 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #3A1DBC

Tints of Purple Heart #3A1DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

 BLUE value IS 188 (73.83% from 255) = 68.36%

R = 21.09%
G = 10.55%
B = 68.36%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A1DBC (or 0x3A1DBC) is known color: Purple Heart. HEX triplet: 3A, 1D and BC. RGB value is (58,29,188). Sum of RGB (Red+Green+Blue) = 58+29+188=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A1DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DBC is #C5E243. Grayscale: #373737. Windows color (decimal): -12968516 or 12328250. OLE color: 12328250.

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

Color convert

RGB 58 29 188 -
CMYK 0.69 0.85 0 0.26
HSL 250.94º 0.73% 0.43% -
HSV(B) 250.94º 0.85% 0.74% -
XYZ 11.26 5.41 48.03 -
YUV 55.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 58 29 188 0.69 0.85 0 0.26 250.94 0.73 0.43
Hex 3A 1D BC 45 55 0 1A FB 49 2B
Octal 72 35 274 105 125 0 32 373 111 53
Binary 111010 11101 10111100 1000101 1010101 0 11010 11111011 1001001 101011

Color Harmonies of #3A1DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1DBC

Black with #3A1DBC

Text Example


Text Example

White with #3A1DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,29,188); }

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

background-color css

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

 a { background-color: rgb(58,29,188); }

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

border-color css

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

 span { border-color: rgb(58,29,188); }

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