Html Css Color HEX #3A12BC Purple Heart

📋 copy color: '#3A12BC'

red 58 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #3A12BC

Tints of Purple Heart #3A12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 21.97%
G = 6.82%
B = 71.21%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A12BC (or 0x3A12BC) is known color: Purple Heart. HEX triplet: 3A, 12 and BC. RGB value is (58,18,188). Sum of RGB (Red+Green+Blue) = 58+18+188=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A12BC is #C5ED43. Grayscale: #303030. Windows color (decimal): -12971332 or 12325434. OLE color: 12325434.

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

Color convert

RGB 58 18 188 -
CMYK 0.69 0.90 0 0.26
HSL 254.12º 0.83% 0.4% -
HSV(B) 254.12º 0.9% 0.74% -
XYZ 11.04 4.96 47.95 -
YUV 49.34 206.25 134.18 -
System Red Green Blue C M Y K H S L
Decimal 58 18 188 0.69 0.90 0 0.26 254.12 0.83 0.4
Hex 3A 12 BC 45 5A 0 1A FE 53 28
Octal 72 22 274 105 132 0 32 376 123 50
Binary 111010 10010 10111100 1000101 1011010 0 11010 11111110 1010011 101000

Color Harmonies of #3A12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A12BC

Black with #3A12BC

Text Example


Text Example

White with #3A12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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