#1F0262

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

Shades of Persian Indigo #1F0262

Tints of Persian Indigo #1F0262

Color information

#1F0262 (or 0x1F0262) is unknown color: approx Persian Indigo. HEX triplet: 1F, 02 and 62. RGB value is (31,2,98). Sum of RGB (Red+Green+Blue) = 31+2+98=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0262 is #E0FD9D. Grayscale: #151515. Windows color (decimal): -14744990 or 6423071. OLE color: 6423071.

HSL color Cylindrical-coordinate representation of color #1F0262: hue angle of 258.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0262 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31298-
CMYK0.680.9800.62
HSL258.12º96%19.61%-
HSV(B)258.12º97.96%38.43%-
XYZ2.791.2211.64-
YUV21.62171.11134.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.66%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=23.66%
G=1.53%
B=74.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal312980.680.9800.62258.129619.61
Hex1F262446203E1026014
Octal37214210414207640214024
Binary11111101100010100010011000100111110100000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,2,98); }

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

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

 a { background-color: rgb(31,2,98); }

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

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

 span { border-color: rgb(31,2,98); }

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