#3C148A

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

Shades of Persian Indigo #3C148A

Tints of Persian Indigo #3C148A

Color information

#3C148A (or 0x3C148A) is unknown color: approx Persian Indigo. HEX triplet: 3C, 14 and 8A. RGB value is (60,20,138). Sum of RGB (Red+Green+Blue) = 60+20+138=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C148A is #C3EB75. Grayscale: #2C2C2C. Windows color (decimal): -12839798 or 9049148. OLE color: 9049148.

HSL color Cylindrical-coordinate representation of color #3C148A: hue angle of 260.34º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C148A is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6020138-
CMYK0.570.8600.46
HSL260.34º74.68%30.98%-
HSV(B)260.34º85.51%54.12%-
XYZ6.73.324.33-
YUV45.41180.25138.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 138 (54.30% from 255) = 63.30%
R=27.52%
G=9.17%
B=63.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60201380.570.8600.46260.3474.6830.98
Hex3C148A395602E1044b1f
Octal74242127112605640411337
Binary111100101001000101011100110101100101110100000100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,138); }

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

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

 a { background-color: rgb(60,20,138); }

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

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

 span { border-color: rgb(60,20,138); }

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