#3C1375

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

Shades of Persian Indigo #3C1375

Tints of Persian Indigo #3C1375

Color information

#3C1375 (or 0x3C1375) is unknown color: approx Persian Indigo. HEX triplet: 3C, 13 and 75. RGB value is (60,19,117). Sum of RGB (Red+Green+Blue) = 60+19+117=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1375 is #C3EC8A. Grayscale: #2A2A2A. Windows color (decimal): -12840075 or 7672636. OLE color: 7672636.

HSL color Cylindrical-coordinate representation of color #3C1375: hue angle of 265.1º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1375 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6019117-
CMYK0.490.8400.54
HSL265.1º72.06%26.67%-
HSV(B)265.1º83.76%45.88%-
XYZ5.312.7117.07-
YUV42.43170.08140.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.61%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=30.61%
G=9.69%
B=59.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60191170.490.8400.54265.172.0626.67
Hex3C13753154036109481b
Octal74231656112406641111033
Binary11110010011111010111000110101000110110100001001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,117); }

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

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

 a { background-color: rgb(60,19,117); }

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

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

 span { border-color: rgb(60,19,117); }

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