#3B18A5

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

Shades of Persian Indigo #3B18A5

Tints of Persian Indigo #3B18A5

Color information

#3B18A5 (or 0x3B18A5) is unknown color: approx Persian Indigo. HEX triplet: 3B, 18 and A5. RGB value is (59,24,165). Sum of RGB (Red+Green+Blue) = 59+24+165=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 165 (64.84% from 255 or 66.53% from 248); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B18A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B18A5 is #C4E75A. Grayscale: #323232. Windows color (decimal): -12904283 or 10819643. OLE color: 10819643.

HSL color Cylindrical-coordinate representation of color #3B18A5: hue angle of 254.89º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B18A5 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5924165-
CMYK0.640.8500.35
HSL254.89º74.6%37.06%-
HSV(B)254.89º85.45%64.71%-
XYZ8.924.335.96-
YUV50.54192.6134.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 165 (64.84% from 255) = 66.53%
R=23.79%
G=9.68%
B=66.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59241650.640.8500.35254.8974.637.06
Hex3B18A54055023ff4b25
Octal733024510012504337711345
Binary1110111100010100101100000010101010100011111111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B18A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,24,165); }

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

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

 a { background-color: rgb(59,24,165); }

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

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

 span { border-color: rgb(59,24,165); }

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