#1F0175

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

Shades of Persian Indigo #1F0175

Tints of Persian Indigo #1F0175

Color information

#1F0175 (or 0x1F0175) is unknown color: approx Persian Indigo. HEX triplet: 1F, 01 and 75. RGB value is (31,1,117). Sum of RGB (Red+Green+Blue) = 31+1+117=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0175 is #E0FE8A. Grayscale: #161616. Windows color (decimal): -14745227 or 7667999. OLE color: 7667999.

HSL color Cylindrical-coordinate representation of color #1F0175: hue angle of 255.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0175 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB311117-
CMYK0.740.9900.54
HSL255.52º98.31%23.14%-
HSV(B)255.52º99.15%45.88%-
XYZ3.791.616.94-
YUV23.19180.94133.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 117 (46.09% from 255) = 78.52%
R=20.81%
G=0.67%
B=78.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3111170.740.9900.54255.5298.3123.14
Hex1F1754A630361006217
Octal37116511214306640014227
Binary1111111110101100101011000110110110100000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,117); }

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

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

 a { background-color: rgb(31,1,117); }

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

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

 span { border-color: rgb(31,1,117); }

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