Html Css Color HEX #3C0172 Indigo

📋 copy color: '#3C0172'

red 60 ◦ green 1 ◦ blue 114

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

Shades of Indigo #3C0172

Tints of Indigo #3C0172

RGB

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

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

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

R = 34.29%
G = 0.57%
B = 65.14%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C0172 (or 0x3C0172) is known color: Indigo. HEX triplet: 3C, 01 and 72. RGB value is (60,1,114). Sum of RGB (Red+Green+Blue) = 60+1+114=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0172 is #C3FE8D. Grayscale: #1F1F1F. Windows color (decimal): -12844686 or 7471420. OLE color: 7471420.

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

Color convert

RGB 60 1 114 -
CMYK 0.47 0.99 0 0.55
HSL 271.33º 0.98% 0.23% -
HSV(B) 271.33º 0.99% 0.45% -
XYZ 4.91 2.2 16.08 -
YUV 31.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 60 1 114 0.47 0.99 0 0.55 271.33 0.98 0.23
Hex 3C 1 72 2F 63 0 37 10F 62 17
Octal 74 1 162 57 143 0 67 417 142 27
Binary 111100 1 1110010 101111 1100011 0 110111 100001111 1100010 10111

Color Harmonies of #3C0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0172

Black with #3C0172

Text Example


Text Example

White with #3C0172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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