#1F1AC6

Color #1F1AC6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1F1AC6

Tints of Persian Blue #1F1AC6

Color information

#1F1AC6 (or 0x1F1AC6) is unknown color: approx Persian Blue. HEX triplet: 1F, 1A and C6. RGB value is (31,26,198). Sum of RGB (Red+Green+Blue) = 31+26+198=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 198 (77.73% from 255 or 77.65% from 255); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F1AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1AC6 is #E0E539. Grayscale: #2E2E2E. Windows color (decimal): -14738746 or 12982815. OLE color: 12982815.

HSL color Cylindrical-coordinate representation of color #1F1AC6: hue angle of 241.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1AC6 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3126198-
CMYK0.840.8700.22
HSL241.74º76.79%43.92%-
HSV(B)241.74º86.87%77.65%-
XYZ11.135.1153.83-
YUV47.1213.16116.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 198 (77.73% from 255) = 77.65%
R=12.16%
G=10.20%
B=77.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31261980.840.8700.22241.7476.7943.92
Hex1F1AC65457016f24d2c
Octal373230612412702636211554
Binary11111110101100011010101001010111010110111100101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1AC6; }

 p { color: rgb(31,26,198); }

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

<style>
 a { background-color: #1F1AC6; }

 a { background-color: rgb(31,26,198); }

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

<style>
 span { border-color: #1F1AC6; }

 span { border-color: rgb(31,26,198); }

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