Html Css Color HEX #3C048C Indigo

📋 copy color: '#3C048C'

red 60 ◦ green 4 ◦ blue 140

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

Shades of Indigo #3C048C

Tints of Indigo #3C048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 29.41%
G = 1.96%
B = 68.63%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C048C (or 0x3C048C) is known color: Indigo. HEX triplet: 3C, 04 and 8C. RGB value is (60,4,140). Sum of RGB (Red+Green+Blue) = 60+4+140=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C048C is #C3FB73. Grayscale: #232323. Windows color (decimal): -12843892 or 9176124. OLE color: 9176124.

HSL color Cylindrical-coordinate representation of color #3C048C: hue angle of 264.71º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C048C is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 4 140 -
CMYK 0.57 0.97 0 0.45
HSL 264.71º 0.94% 0.28% -
HSV(B) 264.71º 0.97% 0.55% -
XYZ 6.64 2.94 25.03 -
YUV 36.25 186.55 144.94 -
System Red Green Blue C M Y K H S L
Decimal 60 4 140 0.57 0.97 0 0.45 264.71 0.94 0.28
Hex 3C 4 8C 39 61 0 2D 109 5E 1C
Octal 74 4 214 71 141 0 55 411 136 34
Binary 111100 100 10001100 111001 1100001 0 101101 100001001 1011110 11100

Color Harmonies of #3C048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C048C

Black with #3C048C

Text Example


Text Example

White with #3C048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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