Html Css Color HEX #3A02BB Purple Heart

📋 copy color: '#3A02BB'

red 58 ◦ green 2 ◦ blue 187

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

Shades of Purple Heart #3A02BB

Tints of Purple Heart #3A02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 187 (73.44% from 255) = 75.71%

R = 23.48%
G = 0.81%
B = 75.71%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A02BB (or 0x3A02BB) is known color: Purple Heart. HEX triplet: 3A, 02 and BB. RGB value is (58,2,187). Sum of RGB (Red+Green+Blue) = 58+2+187=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A02BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A02BB is #C5FD44. Grayscale: #272727. Windows color (decimal): -12975429 or 12255802. OLE color: 12255802.

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

Color convert

RGB 58 2 187 -
CMYK 0.69 0.99 0 0.27
HSL 258.16º 0.98% 0.37% -
HSV(B) 258.16º 0.99% 0.73% -
XYZ 10.74 4.53 47.32 -
YUV 39.83 211.05 140.96 -
System Red Green Blue C M Y K H S L
Decimal 58 2 187 0.69 0.99 0 0.27 258.16 0.98 0.37
Hex 3A 2 BB 45 63 0 1B 102 62 25
Octal 72 2 273 105 143 0 33 402 142 45
Binary 111010 10 10111011 1000101 1100011 0 11011 100000010 1100010 100101

Color Harmonies of #3A02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A02BB

Black with #3A02BB

Text Example


Text Example

White with #3A02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,2,187); }

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

background-color css

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

 a { background-color: rgb(58,2,187); }

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

border-color css

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

 span { border-color: rgb(58,2,187); }

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