Html Css Color HEX #3C067F Indigo

📋 copy color: '#3C067F'

red 60 ◦ green 6 ◦ blue 127

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

Shades of Indigo #3C067F

Tints of Indigo #3C067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 31.09%
G = 3.11%
B = 65.8%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C067F (or 0x3C067F) is known color: Indigo. HEX triplet: 3C, 06 and 7F. RGB value is (60,6,127). Sum of RGB (Red+Green+Blue) = 60+6+127=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C067F is #C3F980. Grayscale: #232323. Windows color (decimal): -12843393 or 8324668. OLE color: 8324668.

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

Color convert

RGB 60 6 127 -
CMYK 0.53 0.95 0 0.50
HSL 266.78º 0.91% 0.26% -
HSV(B) 266.78º 0.95% 0.5% -
XYZ 5.76 2.62 20.28 -
YUV 35.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 60 6 127 0.53 0.95 0 0.50 266.78 0.91 0.26
Hex 3C 6 7F 35 5F 0 32 10B 5B 1A
Octal 74 6 177 65 137 0 62 413 133 32
Binary 111100 110 1111111 110101 1011111 0 110010 100001011 1011011 11010

Color Harmonies of #3C067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C067F

Black with #3C067F

Text Example


Text Example

White with #3C067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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