Html Css Color HEX #3C056E Indigo

📋 copy color: '#3C056E'

red 60 ◦ green 5 ◦ blue 110

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

Shades of Indigo #3C056E

Tints of Indigo #3C056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 34.29%
G = 2.86%
B = 62.86%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C056E (or 0x3C056E) is known color: Indigo. HEX triplet: 3C, 05 and 6E. RGB value is (60,5,110). Sum of RGB (Red+Green+Blue) = 60+5+110=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C056E is #C3FA91. Grayscale: #212121. Windows color (decimal): -12843666 or 7210300. OLE color: 7210300.

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

Color convert

RGB 60 5 110 -
CMYK 0.45 0.95 0 0.57
HSL 271.43º 0.91% 0.23% -
HSV(B) 271.43º 0.95% 0.43% -
XYZ 4.73 2.19 14.93 -
YUV 33.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 60 5 110 0.45 0.95 0 0.57 271.43 0.91 0.23
Hex 3C 5 6E 2D 5F 0 39 10F 5B 17
Octal 74 5 156 55 137 0 71 417 133 27
Binary 111100 101 1101110 101101 1011111 0 111001 100001111 1011011 10111

Color Harmonies of #3C056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C056E

Black with #3C056E

Text Example


Text Example

White with #3C056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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