Html Css Color HEX #1F005D Persian Indigo

📋 copy color: '#1F005D'

red 31 ◦ green 0 ◦ blue 93

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

Shades of Persian Indigo #1F005D

Tints of Persian Indigo #1F005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75%

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F005D (or 0x1F005D) is known color: Persian Indigo. HEX triplet: 1F, 00 and 5D. RGB value is (31,0,93). Sum of RGB (Red+Green+Blue) = 31+0+93=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F005D is #E0FFA2. Grayscale: #131313. Windows color (decimal): -14745507 or 6094879. OLE color: 6094879.

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

Color convert

RGB 31 0 93 -
CMYK 0.67 1 0 0.64
HSL 260º 1% 0.18% -
HSV(B) 260º 1% 0.36% -
XYZ 2.54 1.08 10.43 -
YUV 19.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 31 0 93 0.67 1 0 0.64 260 1 0.18
Hex 1F 0 5D 43 64 0 40 104 64 12
Octal 37 0 135 103 144 0 100 404 144 22
Binary 11111 0 1011101 1000011 1100100 0 1000000 100000100 1100100 10010

Color Harmonies of #1F005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F005D

Black with #1F005D

Text Example


Text Example

White with #1F005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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