Html Css Color HEX #3C0075 Indigo

📋 copy color: '#3C0075'

red 60 ◦ green 0 ◦ blue 117

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

Shades of Indigo #3C0075

Tints of Indigo #3C0075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 33.9%
G = 0%
B = 66.1%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C0075 (or 0x3C0075) is known color: Indigo. HEX triplet: 3C, 00 and 75. RGB value is (60,0,117). Sum of RGB (Red+Green+Blue) = 60+0+117=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0075 is #C3FF8A. Grayscale: #1E1E1E. Windows color (decimal): -12844939 or 7667772. OLE color: 7667772.

HSL color Cylindrical-coordinate representation of color #3C0075: hue angle of 270.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0075 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 0 117 -
CMYK 0.49 1 0 0.54
HSL 270.77º 1% 0.23% -
HSV(B) 270.77º 1% 0.46% -
XYZ 5.07 2.25 17 -
YUV 31.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 60 0 117 0.49 1 0 0.54 270.77 1 0.23
Hex 3C 0 75 31 64 0 36 10F 64 17
Octal 74 0 165 61 144 0 66 417 144 27
Binary 111100 0 1110101 110001 1100100 0 110110 100001111 1100100 10111

Color Harmonies of #3C0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0075

Black with #3C0075

Text Example


Text Example

White with #3C0075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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