#3C1A75

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

Shades of Persian Indigo #3C1A75

Tints of Persian Indigo #3C1A75

Color information

#3C1A75 (or 0x3C1A75) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1A and 75. RGB value is (60,26,117). Sum of RGB (Red+Green+Blue) = 60+26+117=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1A75 is #C3E58A. Grayscale: #2E2E2E. Windows color (decimal): -12838283 or 7674428. OLE color: 7674428.

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

Color convert

RGB6026117-
CMYK0.490.7800.54
HSL262.42º63.64%28.04%-
HSV(B)262.42º77.78%45.88%-
XYZ5.442.9817.12-
YUV46.54167.76137.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=29.56%
G=12.81%
B=57.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60261170.490.7800.54262.4263.6428.04
Hex3C1A75314E036106401c
Octal74321656111606640610034
Binary11110011010111010111000110011100110110100000110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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