Html Css Color HEX #3C036E Indigo

📋 copy color: '#3C036E'

red 60 ◦ green 3 ◦ blue 110

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

Shades of Indigo #3C036E

Tints of Indigo #3C036E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.58%

R = 34.68%
G = 1.73%
B = 63.58%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C036E (or 0x3C036E) is known color: Indigo. HEX triplet: 3C, 03 and 6E. RGB value is (60,3,110). Sum of RGB (Red+Green+Blue) = 60+3+110=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C036E is #C3FC91. Grayscale: #1F1F1F. Windows color (decimal): -12844178 or 7209788. OLE color: 7209788.

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

Color convert

RGB 60 3 110 -
CMYK 0.45 0.97 0 0.57
HSL 271.96º 0.95% 0.22% -
HSV(B) 271.96º 0.97% 0.43% -
XYZ 4.71 2.15 14.92 -
YUV 32.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 60 3 110 0.45 0.97 0 0.57 271.96 0.95 0.22
Hex 3C 3 6E 2D 61 0 39 110 5F 16
Octal 74 3 156 55 141 0 71 420 137 26
Binary 111100 11 1101110 101101 1100001 0 111001 100010000 1011111 10110

Color Harmonies of #3C036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C036E

Black with #3C036E

Text Example


Text Example

White with #3C036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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