Html Css Color HEX #3A09C1 Purple Heart

📋 copy color: '#3A09C1'

red 58 ◦ green 9 ◦ blue 193

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

Shades of Purple Heart #3A09C1

Tints of Purple Heart #3A09C1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 193 (75.78% from 255) = 74.23%

R = 22.31%
G = 3.46%
B = 74.23%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3A09C1 (or 0x3A09C1) is known color: Purple Heart. HEX triplet: 3A, 09 and C1. RGB value is (58,9,193). Sum of RGB (Red+Green+Blue) = 58+9+193=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A09C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A09C1 is #C5F63E. Grayscale: #2B2B2B. Windows color (decimal): -12973631 or 12650810. OLE color: 12650810.

HSL color Cylindrical-coordinate representation of color #3A09C1: hue angle of 255.98º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A09C1 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 9 193 -
CMYK 0.70 0.95 0 0.24
HSL 255.98º 0.91% 0.4% -
HSV(B) 255.98º 0.95% 0.76% -
XYZ 11.47 4.95 50.8 -
YUV 44.63 211.73 137.54 -
System Red Green Blue C M Y K H S L
Decimal 58 9 193 0.70 0.95 0 0.24 255.98 0.91 0.4
Hex 3A 9 C1 46 5F 0 18 100 5B 28
Octal 72 11 301 106 137 0 30 400 133 50
Binary 111010 1001 11000001 1000110 1011111 0 11000 100000000 1011011 101000

Color Harmonies of #3A09C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A09C1

Black with #3A09C1

Text Example


Text Example

White with #3A09C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,9,193); }

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

background-color css

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

 a { background-color: rgb(58,9,193); }

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

border-color css

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

 span { border-color: rgb(58,9,193); }

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