Html Css Color HEX #3C08BA Purple Heart

📋 copy color: '#3C08BA'

red 60 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #3C08BA

Tints of Purple Heart #3C08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 186 (73.05% from 255) = 73.23%

R = 23.62%
G = 3.15%
B = 73.23%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C08BA (or 0x3C08BA) is known color: Purple Heart. HEX triplet: 3C, 08 and BA. RGB value is (60,8,186). Sum of RGB (Red+Green+Blue) = 60+8+186=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C08BA is #C3F745. Grayscale: #2B2B2B. Windows color (decimal): -12842822 or 12191804. OLE color: 12191804.

HSL color Cylindrical-coordinate representation of color #3C08BA: hue angle of 257.53º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C08BA is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 8 186 -
CMYK 0.68 0.96 0 0.27
HSL 257.53º 0.92% 0.38% -
HSV(B) 257.53º 0.96% 0.73% -
XYZ 10.81 4.68 46.79 -
YUV 43.84 208.23 139.53 -
System Red Green Blue C M Y K H S L
Decimal 60 8 186 0.68 0.96 0 0.27 257.53 0.92 0.38
Hex 3C 8 BA 44 60 0 1B 102 5C 26
Octal 74 10 272 104 140 0 33 402 134 46
Binary 111100 1000 10111010 1000100 1100000 0 11011 100000010 1011100 100110

Color Harmonies of #3C08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C08BA

Black with #3C08BA

Text Example


Text Example

White with #3C08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,8,186); }

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

background-color css

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

 a { background-color: rgb(60,8,186); }

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

border-color css

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

 span { border-color: rgb(60,8,186); }

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