Html Css Color HEX #1F0773 Persian Indigo

📋 copy color: '#1F0773'

red 31 ◦ green 7 ◦ blue 115

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

Shades of Persian Indigo #1F0773

Tints of Persian Indigo #1F0773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 20.26%
G = 4.58%
B = 75.16%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F0773 (or 0x1F0773) is known color: Persian Indigo. HEX triplet: 1F, 07 and 73. RGB value is (31,7,115). Sum of RGB (Red+Green+Blue) = 31+7+115=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F0773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0773 is #E0F88C. Grayscale: #1A1A1A. Windows color (decimal): -14743693 or 7538463. OLE color: 7538463.

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

Color convert

RGB 31 7 115 -
CMYK 0.73 0.94 0 0.55
HSL 253.33º 0.89% 0.24% -
HSV(B) 253.33º 0.94% 0.45% -
XYZ 3.74 1.68 16.35 -
YUV 26.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 31 7 115 0.73 0.94 0 0.55 253.33 0.89 0.24
Hex 1F 7 73 49 5E 0 37 FD 59 18
Octal 37 7 163 111 136 0 67 375 131 30
Binary 11111 111 1110011 1001001 1011110 0 110111 11111101 1011001 11000

Color Harmonies of #1F0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0773

Black with #1F0773

Text Example


Text Example

White with #1F0773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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