Html Css Color HEX #1F037D Persian Indigo

📋 copy color: '#1F037D'

red 31 ◦ green 3 ◦ blue 125

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

Shades of Persian Indigo #1F037D

Tints of Persian Indigo #1F037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.62%

R = 19.5%
G = 1.89%
B = 78.62%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F037D (or 0x1F037D) is known color: Persian Indigo. HEX triplet: 1F, 03 and 7D. RGB value is (31,3,125). Sum of RGB (Red+Green+Blue) = 31+3+125=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F037D is #E0FC82. Grayscale: #181818. Windows color (decimal): -14744707 or 8192799. OLE color: 8192799.

HSL color Cylindrical-coordinate representation of color #1F037D: hue angle of 253.77º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F037D is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 3 125 -
CMYK 0.75 0.98 0 0.51
HSL 253.77º 0.95% 0.25% -
HSV(B) 253.77º 0.98% 0.49% -
XYZ 4.3 1.84 19.53 -
YUV 25.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 31 3 125 0.75 0.98 0 0.51 253.77 0.95 0.25
Hex 1F 3 7D 4B 62 0 33 FE 5F 19
Octal 37 3 175 113 142 0 63 376 137 31
Binary 11111 11 1111101 1001011 1100010 0 110011 11111110 1011111 11001

Color Harmonies of #1F037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F037D

Black with #1F037D

Text Example


Text Example

White with #1F037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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