#3F18A1

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

Shades of Persian Indigo #3F18A1

Tints of Persian Indigo #3F18A1

Color information

#3F18A1 (or 0x3F18A1) is unknown color: approx Persian Indigo. HEX triplet: 3F, 18 and A1. RGB value is (63,24,161). Sum of RGB (Red+Green+Blue) = 63+24+161=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 161 (63.28% from 255 or 64.92% from 248); Max value from RGB is 161 - color contains mainly: blue. Hex color #3F18A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F18A1 is #C0E75E. Grayscale: #323232. Windows color (decimal): -12642143 or 10557503. OLE color: 10557503.

HSL color Cylindrical-coordinate representation of color #3F18A1: hue angle of 257.08º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F18A1 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6324161-
CMYK0.610.8500.37
HSL257.08º74.05%36.27%-
HSV(B)257.08º85.09%63.14%-
XYZ8.814.2834.08-
YUV51.28189.92136.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 161 (63.28% from 255) = 64.92%
R=25.40%
G=9.68%
B=64.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63241610.610.8500.37257.0874.0536.27
Hex3F18A13D550251014a24
Octal77302417512504540111244
Binary1111111100010100001111101101010101001011000000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F18A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,24,161); }

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

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

 a { background-color: rgb(63,24,161); }

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

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

 span { border-color: rgb(63,24,161); }

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