Html Css Color HEX #3C008E Indigo

📋 copy color: '#3C008E'

red 60 ◦ green 0 ◦ blue 142

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

Shades of Indigo #3C008E

Tints of Indigo #3C008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 70.3%

R = 29.7%
G = 0%
B = 70.3%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C008E (or 0x3C008E) is known color: Indigo. HEX triplet: 3C, 00 and 8E. RGB value is (60,0,142). Sum of RGB (Red+Green+Blue) = 60+0+142=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C008E is #C3FF71. Grayscale: #212121. Windows color (decimal): -12844914 or 9306172. OLE color: 9306172.

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

Color convert

RGB 60 0 142 -
CMYK 0.58 1 0 0.44
HSL 265.35º 1% 0.28% -
HSV(B) 265.35º 1% 0.56% -
XYZ 6.75 2.91 25.8 -
YUV 34.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 60 0 142 0.58 1 0 0.44 265.35 1 0.28
Hex 3C 0 8E 3A 64 0 2C 109 64 1C
Octal 74 0 216 72 144 0 54 411 144 34
Binary 111100 0 10001110 111010 1100100 0 101100 100001001 1100100 11100

Color Harmonies of #3C008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C008E

Black with #3C008E

Text Example


Text Example

White with #3C008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,0,142); }

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

background-color css

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

 a { background-color: rgb(60,0,142); }

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

border-color css

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

 span { border-color: rgb(60,0,142); }

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