Html Css Color HEX #3C036F Indigo

📋 copy color: '#3C036F'

red 60 ◦ green 3 ◦ blue 111

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

Shades of Indigo #3C036F

Tints of Indigo #3C036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 34.48%
G = 1.72%
B = 63.79%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C036F (or 0x3C036F) is known color: Indigo. HEX triplet: 3C, 03 and 6F. RGB value is (60,3,111). Sum of RGB (Red+Green+Blue) = 60+3+111=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C036F is #C3FC90. Grayscale: #1F1F1F. Windows color (decimal): -12844177 or 7275324. OLE color: 7275324.

HSL color Cylindrical-coordinate representation of color #3C036F: hue angle of 271.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C036F is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 3 111 -
CMYK 0.46 0.97 0 0.56
HSL 271.67º 0.95% 0.22% -
HSV(B) 271.67º 0.97% 0.44% -
XYZ 4.77 2.17 15.21 -
YUV 32.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 60 3 111 0.46 0.97 0 0.56 271.67 0.95 0.22
Hex 3C 3 6F 2E 61 0 38 110 5F 16
Octal 74 3 157 56 141 0 70 420 137 26
Binary 111100 11 1101111 101110 1100001 0 111000 100010000 1011111 10110

Color Harmonies of #3C036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C036F

Black with #3C036F

Text Example


Text Example

White with #3C036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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