Html Css Color HEX #1F0070 Persian Indigo

📋 copy color: '#1F0070'

red 31 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #1F0070

Tints of Persian Indigo #1F0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 78.32%

R = 21.68%
G = 0%
B = 78.32%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F0070 (or 0x1F0070) is known color: Persian Indigo. HEX triplet: 1F, 00 and 70. RGB value is (31,0,112). Sum of RGB (Red+Green+Blue) = 31+0+112=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0070 is #E0FF8F. Grayscale: #151515. Windows color (decimal): -14745488 or 7340063. OLE color: 7340063.

HSL color Cylindrical-coordinate representation of color #1F0070: hue angle of 256.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0070 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 0 112 -
CMYK 0.72 1 0 0.56
HSL 256.61º 1% 0.22% -
HSV(B) 256.61º 1% 0.44% -
XYZ 3.49 1.46 15.43 -
YUV 22.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 31 0 112 0.72 1 0 0.56 256.61 1 0.22
Hex 1F 0 70 48 64 0 38 101 64 16
Octal 37 0 160 110 144 0 70 401 144 26
Binary 11111 0 1110000 1001000 1100100 0 111000 100000001 1100100 10110

Color Harmonies of #1F0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0070

Black with #1F0070

Text Example


Text Example

White with #1F0070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,0,112); }

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

background-color css

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

 a { background-color: rgb(31,0,112); }

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

border-color css

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

 span { border-color: rgb(31,0,112); }

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