Html Css Color HEX #3C0198 Indigo

📋 copy color: '#3C0198'

red 60 ◦ green 1 ◦ blue 152

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

Shades of Indigo #3C0198

Tints of Indigo #3C0198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 152 (59.77% from 255) = 71.36%

R = 28.17%
G = 0.47%
B = 71.36%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C0198 (or 0x3C0198) is known color: Indigo. HEX triplet: 3C, 01 and 98. RGB value is (60,1,152). Sum of RGB (Red+Green+Blue) = 60+1+152=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C0198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0198 is #C3FE67. Grayscale: #232323. Windows color (decimal): -12844648 or 9961788. OLE color: 9961788.

HSL color Cylindrical-coordinate representation of color #3C0198: hue angle of 263.44º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0198 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 1 152 -
CMYK 0.61 0.99 0 0.40
HSL 263.44º 0.99% 0.3% -
HSV(B) 263.44º 0.99% 0.6% -
XYZ 7.54 3.25 29.94 -
YUV 35.86 193.55 145.22 -
System Red Green Blue C M Y K H S L
Decimal 60 1 152 0.61 0.99 0 0.40 263.44 0.99 0.3
Hex 3C 1 98 3D 63 0 28 107 63 1E
Octal 74 1 230 75 143 0 50 407 143 36
Binary 111100 1 10011000 111101 1100011 0 101000 100000111 1100011 11110

Color Harmonies of #3C0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0198

Black with #3C0198

Text Example


Text Example

White with #3C0198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,152); }

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

background-color css

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

 a { background-color: rgb(60,1,152); }

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

border-color css

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

 span { border-color: rgb(60,1,152); }

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