Html Css Color HEX #3C0492 Indigo

📋 copy color: '#3C0492'

red 60 ◦ green 4 ◦ blue 146

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

Shades of Indigo #3C0492

Tints of Indigo #3C0492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.52%

R = 28.57%
G = 1.9%
B = 69.52%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C0492 (or 0x3C0492) is known color: Indigo. HEX triplet: 3C, 04 and 92. RGB value is (60,4,146). Sum of RGB (Red+Green+Blue) = 60+4+146=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0492 is #C3FB6D. Grayscale: #242424. Windows color (decimal): -12843886 or 9569340. OLE color: 9569340.

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

Color convert

RGB 60 4 146 -
CMYK 0.59 0.97 0 0.43
HSL 263.66º 0.95% 0.29% -
HSV(B) 263.66º 0.97% 0.57% -
XYZ 7.1 3.12 27.42 -
YUV 36.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 60 4 146 0.59 0.97 0 0.43 263.66 0.95 0.29
Hex 3C 4 92 3B 61 0 2B 108 5F 1D
Octal 74 4 222 73 141 0 53 410 137 35
Binary 111100 100 10010010 111011 1100001 0 101011 100001000 1011111 11101

Color Harmonies of #3C0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0492

Black with #3C0492

Text Example


Text Example

White with #3C0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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