Html Css Color HEX #1F0160 Persian Indigo

📋 copy color: '#1F0160'

red 31 ◦ green 1 ◦ blue 96

#1F0160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1F0160

Tints of Persian Indigo #1F0160

RGB

 RED value IS 31 (12.5% from 255) = 24.22%

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 96 (37.89% from 255) = 75%

R = 24.22%
G = 0.78%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F0160 (or 0x1F0160) is known color: Persian Indigo. HEX triplet: 1F, 01 and 60. RGB value is (31,1,96). Sum of RGB (Red+Green+Blue) = 31+1+96=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0160 is #E0FE9F. Grayscale: #141414. Windows color (decimal): -14745248 or 6291743. OLE color: 6291743.

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

Color convert

RGB 31 1 96 -
CMYK 0.68 0.99 0 0.62
HSL 258.95º 0.98% 0.19% -
HSV(B) 258.95º 0.99% 0.38% -
XYZ 2.69 1.16 11.15 -
YUV 20.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 31 1 96 0.68 0.99 0 0.62 258.95 0.98 0.19
Hex 1F 1 60 44 63 0 3E 103 62 13
Octal 37 1 140 104 143 0 76 403 142 23
Binary 11111 1 1100000 1000100 1100011 0 111110 100000011 1100010 10011

Color Harmonies of #1F0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0160

Black with #1F0160

Text Example


Text Example

White with #1F0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F0160;
 }
 .AnyTagClassName
 {
   color: #1F0160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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