Html Css Color HEX #3C057F Indigo

📋 copy color: '#3C057F'

red 60 ◦ green 5 ◦ blue 127

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

Shades of Indigo #3C057F

Tints of Indigo #3C057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 66.15%

R = 31.25%
G = 2.6%
B = 66.15%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C057F (or 0x3C057F) is known color: Indigo. HEX triplet: 3C, 05 and 7F. RGB value is (60,5,127). Sum of RGB (Red+Green+Blue) = 60+5+127=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C057F is #C3FA80. Grayscale: #222222. Windows color (decimal): -12843649 or 8324412. OLE color: 8324412.

HSL color Cylindrical-coordinate representation of color #3C057F: hue angle of 267.05º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C057F is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 5 127 -
CMYK 0.53 0.96 0 0.50
HSL 267.05º 0.92% 0.26% -
HSV(B) 267.05º 0.96% 0.5% -
XYZ 5.75 2.6 20.28 -
YUV 35.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 60 5 127 0.53 0.96 0 0.50 267.05 0.92 0.26
Hex 3C 5 7F 35 60 0 32 10B 5C 1A
Octal 74 5 177 65 140 0 62 413 134 32
Binary 111100 101 1111111 110101 1100000 0 110010 100001011 1011100 11010

Color Harmonies of #3C057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C057F

Black with #3C057F

Text Example


Text Example

White with #3C057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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