Html Css Color HEX #3C09BC Purple Heart

📋 copy color: '#3C09BC'

red 60 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #3C09BC

Tints of Purple Heart #3C09BC

RGB

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

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

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

R = 23.35%
G = 3.5%
B = 73.15%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C09BC (or 0x3C09BC) is known color: Purple Heart. HEX triplet: 3C, 09 and BC. RGB value is (60,9,188). Sum of RGB (Red+Green+Blue) = 60+9+188=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C09BC is #C3F643. Grayscale: #2B2B2B. Windows color (decimal): -12842564 or 12323132. OLE color: 12323132.

HSL color Cylindrical-coordinate representation of color #3C09BC: hue angle of 257.09º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C09BC is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 9 188 -
CMYK 0.68 0.95 0 0.26
HSL 257.1º 0.91% 0.39% -
HSV(B) 257.1º 0.95% 0.74% -
XYZ 11.04 4.79 47.92 -
YUV 44.66 208.9 138.95 -
System Red Green Blue C M Y K H S L
Decimal 60 9 188 0.68 0.95 0 0.26 257.1 0.91 0.39
Hex 3C 9 BC 44 5F 0 1A 101 5B 27
Octal 74 11 274 104 137 0 32 401 133 47
Binary 111100 1001 10111100 1000100 1011111 0 11010 100000001 1011011 100111

Color Harmonies of #3C09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C09BC

Black with #3C09BC

Text Example


Text Example

White with #3C09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,188); }

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

background-color css

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

 a { background-color: rgb(60,9,188); }

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

border-color css

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

 span { border-color: rgb(60,9,188); }

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