Html Css Color HEX #1F005E Persian Indigo

📋 copy color: '#1F005E'

red 31 ◦ green 0 ◦ blue 94

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

Shades of Persian Indigo #1F005E

Tints of Persian Indigo #1F005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 75.2%

R = 24.8%
G = 0%
B = 75.2%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F005E (or 0x1F005E) is known color: Persian Indigo. HEX triplet: 1F, 00 and 5E. RGB value is (31,0,94). Sum of RGB (Red+Green+Blue) = 31+0+94=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F005E is #E0FFA1. Grayscale: #131313. Windows color (decimal): -14745506 or 6160415. OLE color: 6160415.

HSL color Cylindrical-coordinate representation of color #1F005E: hue angle of 259.79º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F005E is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 0 94 -
CMYK 0.67 1 0 0.63
HSL 259.79º 1% 0.18% -
HSV(B) 259.79º 1% 0.37% -
XYZ 2.59 1.1 10.67 -
YUV 19.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 31 0 94 0.67 1 0 0.63 259.79 1 0.18
Hex 1F 0 5E 43 64 0 3F 104 64 12
Octal 37 0 136 103 144 0 77 404 144 22
Binary 11111 0 1011110 1000011 1100100 0 111111 100000100 1100100 10010

Color Harmonies of #1F005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F005E

Black with #1F005E

Text Example


Text Example

White with #1F005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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