Html Css Color HEX #3C048B Indigo

📋 copy color: '#3C048B'

red 60 ◦ green 4 ◦ blue 139

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

Shades of Indigo #3C048B

Tints of Indigo #3C048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 29.56%
G = 1.97%
B = 68.47%

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

#3C048B (or 0x3C048B) is known color: Indigo. HEX triplet: 3C, 04 and 8B. RGB value is (60,4,139). Sum of RGB (Red+Green+Blue) = 60+4+139=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C048B is #C3FB74. Grayscale: #232323. Windows color (decimal): -12843893 or 9110588. OLE color: 9110588.

HSL color Cylindrical-coordinate representation of color #3C048B: hue angle of 264.89º 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 #3C048B is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 4 139 -
CMYK 0.57 0.97 0 0.45
HSL 264.89º 0.94% 0.28% -
HSV(B) 264.89º 0.97% 0.55% -
XYZ 6.57 2.91 24.64 -
YUV 36.13 186.05 145.02 -
System Red Green Blue C M Y K H S L
Decimal 60 4 139 0.57 0.97 0 0.45 264.89 0.94 0.28
Hex 3C 4 8B 39 61 0 2D 109 5E 1C
Octal 74 4 213 71 141 0 55 411 136 34
Binary 111100 100 10001011 111001 1100001 0 101101 100001001 1011110 11100

Color Harmonies of #3C048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C048B

Black with #3C048B

Text Example


Text Example

White with #3C048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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