Html Css Color HEX #1F0163 Persian Indigo

📋 copy color: '#1F0163'

red 31 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #1F0163

Tints of Persian Indigo #1F0163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 75.57%

R = 23.66%
G = 0.76%
B = 75.57%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F0163 (or 0x1F0163) is known color: Persian Indigo. HEX triplet: 1F, 01 and 63. RGB value is (31,1,99). Sum of RGB (Red+Green+Blue) = 31+1+99=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F0163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0163 is #E0FE9C. Grayscale: #141414. Windows color (decimal): -14745245 or 6488351. OLE color: 6488351.

HSL color Cylindrical-coordinate representation of color #1F0163: hue angle of 258.37º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0163 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 1 99 -
CMYK 0.69 0.99 0 0.61
HSL 258.37º 0.98% 0.2% -
HSV(B) 258.37º 0.99% 0.39% -
XYZ 2.83 1.21 11.89 -
YUV 21.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 31 1 99 0.69 0.99 0 0.61 258.37 0.98 0.2
Hex 1F 1 63 45 63 0 3D 102 62 14
Octal 37 1 143 105 143 0 75 402 142 24
Binary 11111 1 1100011 1000101 1100011 0 111101 100000010 1100010 10100

Color Harmonies of #1F0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0163

Black with #1F0163

Text Example


Text Example

White with #1F0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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