Html Css Color HEX #3C0373 Indigo

📋 copy color: '#3C0373'

red 60 ◦ green 3 ◦ blue 115

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

Shades of Indigo #3C0373

Tints of Indigo #3C0373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 64.61%

R = 33.71%
G = 1.69%
B = 64.61%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C0373 (or 0x3C0373) is known color: Indigo. HEX triplet: 3C, 03 and 73. RGB value is (60,3,115). Sum of RGB (Red+Green+Blue) = 60+3+115=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C0373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0373 is #C3FC8C. Grayscale: #202020. Windows color (decimal): -12844173 or 7537468. OLE color: 7537468.

HSL color Cylindrical-coordinate representation of color #3C0373: hue angle of 270.54º 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 #3C0373 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 3 115 -
CMYK 0.48 0.97 0 0.55
HSL 270.54º 0.95% 0.23% -
HSV(B) 270.54º 0.97% 0.45% -
XYZ 4.99 2.26 16.39 -
YUV 32.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 60 3 115 0.48 0.97 0 0.55 270.54 0.95 0.23
Hex 3C 3 73 30 61 0 37 10F 5F 17
Octal 74 3 163 60 141 0 67 417 137 27
Binary 111100 11 1110011 110000 1100001 0 110111 100001111 1011111 10111

Color Harmonies of #3C0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0373

Black with #3C0373

Text Example


Text Example

White with #3C0373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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