Html Css Color HEX #3C0072 Indigo

📋 copy color: '#3C0072'

red 60 ◦ green 0 ◦ blue 114

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

Shades of Indigo #3C0072

Tints of Indigo #3C0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.52%

R = 34.48%
G = 0%
B = 65.52%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C0072 (or 0x3C0072) is known color: Indigo. HEX triplet: 3C, 00 and 72. RGB value is (60,0,114). Sum of RGB (Red+Green+Blue) = 60+0+114=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0072 is #C3FF8D. Grayscale: #1E1E1E. Windows color (decimal): -12844942 or 7471164. OLE color: 7471164.

HSL color Cylindrical-coordinate representation of color #3C0072: hue angle of 271.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0072 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 0 114 -
CMYK 0.47 1 0 0.55
HSL 271.58º 1% 0.22% -
HSV(B) 271.58º 1% 0.45% -
XYZ 4.9 2.18 16.08 -
YUV 30.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 60 0 114 0.47 1 0 0.55 271.58 1 0.22
Hex 3C 0 72 2F 64 0 37 110 64 16
Octal 74 0 162 57 144 0 67 420 144 26
Binary 111100 0 1110010 101111 1100100 0 110111 100010000 1100100 10110

Color Harmonies of #3C0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0072

Black with #3C0072

Text Example


Text Example

White with #3C0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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