Html Css Color HEX #3C048F Indigo

📋 copy color: '#3C048F'

red 60 ◦ green 4 ◦ blue 143

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

Shades of Indigo #3C048F

Tints of Indigo #3C048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 143 (56.25% from 255) = 69.08%

R = 28.99%
G = 1.93%
B = 69.08%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C048F (or 0x3C048F) is known color: Indigo. HEX triplet: 3C, 04 and 8F. RGB value is (60,4,143). Sum of RGB (Red+Green+Blue) = 60+4+143=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C048F is #C3FB70. Grayscale: #242424. Windows color (decimal): -12843889 or 9372732. OLE color: 9372732.

HSL color Cylindrical-coordinate representation of color #3C048F: hue angle of 264.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C048F is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 4 143 -
CMYK 0.58 0.97 0 0.44
HSL 264.17º 0.95% 0.29% -
HSV(B) 264.17º 0.97% 0.56% -
XYZ 6.86 3.03 26.21 -
YUV 36.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 60 4 143 0.58 0.97 0 0.44 264.17 0.95 0.29
Hex 3C 4 8F 3A 61 0 2C 108 5F 1D
Octal 74 4 217 72 141 0 54 410 137 35
Binary 111100 100 10001111 111010 1100001 0 101100 100001000 1011111 11101

Color Harmonies of #3C048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C048F

Black with #3C048F

Text Example


Text Example

White with #3C048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,143); }

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

background-color css

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

 a { background-color: rgb(60,4,143); }

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

border-color css

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

 span { border-color: rgb(60,4,143); }

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