#1F006A

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

Shades of Persian Indigo #1F006A

Tints of Persian Indigo #1F006A

Color information

#1F006A (or 0x1F006A) is unknown color: approx Persian Indigo. HEX triplet: 1F, 00 and 6A. RGB value is (31,0,106). Sum of RGB (Red+Green+Blue) = 31+0+106=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F006A is #E0FF95. Grayscale: #141414. Windows color (decimal): -14745494 or 6946847. OLE color: 6946847.

HSL color Cylindrical-coordinate representation of color #1F006A: hue angle of 257.55º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F006A is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB310106-
CMYK0.71100.58
HSL257.55º100%20.78%-
HSV(B)257.55º100%41.57%-
XYZ3.171.3313.73-
YUV21.35175.77134.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 77.37%
R=22.63%
G=0%
B=77.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3101060.71100.58257.5510020.78
Hex1F06A476403A1026415
Octal37015210714407240214425
Binary1111101101010100011111001000111010100000010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,106); }

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

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

 a { background-color: rgb(31,0,106); }

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

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

 span { border-color: rgb(31,0,106); }

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