#3C076A

Color #3C076A Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3C076A

Tints of Persian Indigo #3C076A

Color information

#3C076A (or 0x3C076A) is unknown color: approx Persian Indigo. HEX triplet: 3C, 07 and 6A. RGB value is (60,7,106). Sum of RGB (Red+Green+Blue) = 60+7+106=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C076A is #C3F895. Grayscale: #212121. Windows color (decimal): -12843158 or 6948668. OLE color: 6948668.

HSL color Cylindrical-coordinate representation of color #3C076A: hue angle of 272.12º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C076A is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB607106-
CMYK0.430.9300.58
HSL272.12º87.61%22.16%-
HSV(B)272.12º93.4%41.57%-
XYZ4.542.1513.81-
YUV34.13168.56146.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 106 (41.80% from 255) = 61.27%
R=34.68%
G=4.05%
B=61.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6071060.430.9300.58272.1287.6122.16
Hex3C76A2B5D03A1105816
Octal7471525313507242013026
Binary111100111110101010101110111010111010100010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,106); }

 H1.HeaderClassName
 {
   color: #3C076A;
 }
 .AnyTagClassName
 {
   color: #3C076A;
 }
</style>
background-color css

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

 a { background-color: rgb(60,7,106); }

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

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

 span { border-color: rgb(60,7,106); }

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