#3C0FA8

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

Shades of Persian Indigo #3C0FA8

Tints of Persian Indigo #3C0FA8

Color information

#3C0FA8 (or 0x3C0FA8) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0F and A8. RGB value is (60,15,168). Sum of RGB (Red+Green+Blue) = 60+15+168=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 168 (66.02% from 255 or 69.14% from 243); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C0FA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0FA8 is #C3F057. Grayscale: #2D2D2D. Windows color (decimal): -12841048 or 11013948. OLE color: 11013948.

HSL color Cylindrical-coordinate representation of color #3C0FA8: hue angle of 257.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0FA8 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6015168-
CMYK0.640.9100.34
HSL257.65º83.61%35.88%-
HSV(B)257.65º91.07%65.88%-
XYZ9.14.1337.36-
YUV45.9196.91138.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 168 (66.02% from 255) = 69.14%
R=24.69%
G=6.17%
B=69.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60151680.640.9100.34257.6583.6135.88
Hex3CFA8405B0221025424
Octal741725010013304240212444
Binary1111001111101010001000000101101101000101000000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,15,168); }

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

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

 a { background-color: rgb(60,15,168); }

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

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

 span { border-color: rgb(60,15,168); }

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