Html Css Color HEX #3C02BB Purple Heart

📋 copy color: '#3C02BB'

red 60 ◦ green 2 ◦ blue 187

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

Shades of Purple Heart #3C02BB

Tints of Purple Heart #3C02BB

RGB

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

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

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

R = 24.1%
G = 0.8%
B = 75.1%

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

#3C02BB (or 0x3C02BB) is known color: Purple Heart. HEX triplet: 3C, 02 and BB. RGB value is (60,2,187). Sum of RGB (Red+Green+Blue) = 60+2+187=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C02BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02BB is #C3FD44. Grayscale: #272727. Windows color (decimal): -12844357 or 12255804. OLE color: 12255804.

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

Color convert

RGB 60 2 187 -
CMYK 0.68 0.99 0 0.27
HSL 258.81º 0.98% 0.37% -
HSV(B) 258.81º 0.99% 0.73% -
XYZ 10.85 4.59 47.33 -
YUV 40.43 210.72 141.96 -
System Red Green Blue C M Y K H S L
Decimal 60 2 187 0.68 0.99 0 0.27 258.81 0.98 0.37
Hex 3C 2 BB 44 63 0 1B 103 62 25
Octal 74 2 273 104 143 0 33 403 142 45
Binary 111100 10 10111011 1000100 1100011 0 11011 100000011 1100010 100101

Color Harmonies of #3C02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C02BB

Black with #3C02BB

Text Example


Text Example

White with #3C02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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