Html Css Color HEX #3C02B9 Purple Heart

📋 copy color: '#3C02B9'

red 60 ◦ green 2 ◦ blue 185

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

Shades of Purple Heart #3C02B9

Tints of Purple Heart #3C02B9

RGB

 RED value IS 60 (23.83% from 255) = 24.29%

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

 BLUE value IS 185 (72.66% from 255) = 74.9%

R = 24.29%
G = 0.81%
B = 74.9%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C02B9 (or 0x3C02B9) is known color: Purple Heart. HEX triplet: 3C, 02 and B9. RGB value is (60,2,185). Sum of RGB (Red+Green+Blue) = 60+2+185=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #3C02B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02B9 is #C3FD46. Grayscale: #272727. Windows color (decimal): -12844359 or 12124732. OLE color: 12124732.

HSL color Cylindrical-coordinate representation of color #3C02B9: hue angle of 259.02º 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 #3C02B9 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 2 185 -
CMYK 0.68 0.99 0 0.27
HSL 259.02º 0.98% 0.37% -
HSV(B) 259.02º 0.99% 0.73% -
XYZ 10.64 4.51 46.21 -
YUV 40.2 209.72 142.12 -
System Red Green Blue C M Y K H S L
Decimal 60 2 185 0.68 0.99 0 0.27 259.02 0.98 0.37
Hex 3C 2 B9 44 63 0 1B 103 62 25
Octal 74 2 271 104 143 0 33 403 142 45
Binary 111100 10 10111001 1000100 1100011 0 11011 100000011 1100010 100101

Color Harmonies of #3C02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C02B9

Black with #3C02B9

Text Example


Text Example

White with #3C02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,185); }

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

background-color css

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

 a { background-color: rgb(60,2,185); }

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

border-color css

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

 span { border-color: rgb(60,2,185); }

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