Html Css Color HEX #1F0373 Persian Indigo

📋 copy color: '#1F0373'

red 31 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #1F0373

Tints of Persian Indigo #1F0373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 115 (45.31% from 255) = 77.18%

R = 20.81%
G = 2.01%
B = 77.18%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F0373 (or 0x1F0373) is known color: Persian Indigo. HEX triplet: 1F, 03 and 73. RGB value is (31,3,115). Sum of RGB (Red+Green+Blue) = 31+3+115=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F0373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0373 is #E0FC8C. Grayscale: #171717. Windows color (decimal): -14744717 or 7537439. OLE color: 7537439.

HSL color Cylindrical-coordinate representation of color #1F0373: hue angle of 255º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0373 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 3 115 -
CMYK 0.73 0.97 0 0.55
HSL 255º 0.95% 0.23% -
HSV(B) 255º 0.97% 0.45% -
XYZ 3.69 1.59 16.33 -
YUV 24.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 31 3 115 0.73 0.97 0 0.55 255 0.95 0.23
Hex 1F 3 73 49 61 0 37 FF 5F 17
Octal 37 3 163 111 141 0 67 377 137 27
Binary 11111 11 1110011 1001001 1100001 0 110111 11111111 1011111 10111

Color Harmonies of #1F0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0373

Black with #1F0373

Text Example


Text Example

White with #1F0373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,115); }

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

background-color css

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

 a { background-color: rgb(31,3,115); }

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

border-color css

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

 span { border-color: rgb(31,3,115); }

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