Html Css Color HEX #3C0372 Indigo

📋 copy color: '#3C0372'

red 60 ◦ green 3 ◦ blue 114

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

Shades of Indigo #3C0372

Tints of Indigo #3C0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 33.9%
G = 1.69%
B = 64.41%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C0372 (or 0x3C0372) is known color: Indigo. HEX triplet: 3C, 03 and 72. RGB value is (60,3,114). Sum of RGB (Red+Green+Blue) = 60+3+114=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0372 is #C3FC8D. Grayscale: #202020. Windows color (decimal): -12844174 or 7471932. OLE color: 7471932.

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

Color convert

RGB 60 3 114 -
CMYK 0.47 0.97 0 0.55
HSL 270.81º 0.95% 0.23% -
HSV(B) 270.81º 0.97% 0.45% -
XYZ 4.93 2.24 16.09 -
YUV 32.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 60 3 114 0.47 0.97 0 0.55 270.81 0.95 0.23
Hex 3C 3 72 2F 61 0 37 10F 5F 17
Octal 74 3 162 57 141 0 67 417 137 27
Binary 111100 11 1110010 101111 1100001 0 110111 100001111 1011111 10111

Color Harmonies of #3C0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0372

Black with #3C0372

Text Example


Text Example

White with #3C0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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