Html Css Color HEX #1F0164 Persian Indigo

📋 copy color: '#1F0164'

red 31 ◦ green 1 ◦ blue 100

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

Shades of Persian Indigo #1F0164

Tints of Persian Indigo #1F0164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 75.76%

R = 23.48%
G = 0.76%
B = 75.76%

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

#1F0164 (or 0x1F0164) is known color: Persian Indigo. HEX triplet: 1F, 01 and 64. RGB value is (31,1,100). Sum of RGB (Red+Green+Blue) = 31+1+100=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 100 (39.45% from 255 or 75.76% from 132); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F0164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0164 is #E0FE9B. Grayscale: #141414. Windows color (decimal): -14745244 or 6553887. OLE color: 6553887.

HSL color Cylindrical-coordinate representation of color #1F0164: hue angle of 258.18º 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 #1F0164 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 1 100 -
CMYK 0.69 0.99 0 0.61
HSL 258.18º 0.98% 0.2% -
HSV(B) 258.18º 0.99% 0.39% -
XYZ 2.88 1.23 12.14 -
YUV 21.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 31 1 100 0.69 0.99 0 0.61 258.18 0.98 0.2
Hex 1F 1 64 45 63 0 3D 102 62 14
Octal 37 1 144 105 143 0 75 402 142 24
Binary 11111 1 1100100 1000101 1100011 0 111101 100000010 1100010 10100

Color Harmonies of #1F0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0164

Black with #1F0164

Text Example


Text Example

White with #1F0164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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