Html Css Color HEX #3C09B4 Purple Heart

📋 copy color: '#3C09B4'

red 60 ◦ green 9 ◦ blue 180

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

Shades of Purple Heart #3C09B4

Tints of Purple Heart #3C09B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 72.29%

R = 24.1%
G = 3.61%
B = 72.29%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C09B4 (or 0x3C09B4) is known color: Purple Heart. HEX triplet: 3C, 09 and B4. RGB value is (60,9,180). Sum of RGB (Red+Green+Blue) = 60+9+180=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C09B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C09B4 is #C3F64B. Grayscale: #2B2B2B. Windows color (decimal): -12842572 or 11798844. OLE color: 11798844.

HSL color Cylindrical-coordinate representation of color #3C09B4: hue angle of 257.89º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C09B4 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 9 180 -
CMYK 0.67 0.95 0 0.29
HSL 257.89º 0.9% 0.37% -
HSV(B) 257.89º 0.95% 0.71% -
XYZ 10.2 4.45 43.5 -
YUV 43.74 204.9 139.6 -
System Red Green Blue C M Y K H S L
Decimal 60 9 180 0.67 0.95 0 0.29 257.89 0.9 0.37
Hex 3C 9 B4 43 5F 0 1D 102 5A 25
Octal 74 11 264 103 137 0 35 402 132 45
Binary 111100 1001 10110100 1000011 1011111 0 11101 100000010 1011010 100101

Color Harmonies of #3C09B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C09B4

Black with #3C09B4

Text Example


Text Example

White with #3C09B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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