Html Css Color HEX #1F056D Persian Indigo

📋 copy color: '#1F056D'

red 31 ◦ green 5 ◦ blue 109

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

Shades of Persian Indigo #1F056D

Tints of Persian Indigo #1F056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 109 (42.97% from 255) = 75.17%

R = 21.38%
G = 3.45%
B = 75.17%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F056D (or 0x1F056D) is known color: Persian Indigo. HEX triplet: 1F, 05 and 6D. RGB value is (31,5,109). Sum of RGB (Red+Green+Blue) = 31+5+109=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F056D is #E0FA92. Grayscale: #181818. Windows color (decimal): -14744211 or 7144735. OLE color: 7144735.

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

Color convert

RGB 31 5 109 -
CMYK 0.72 0.95 0 0.57
HSL 255º 0.91% 0.22% -
HSV(B) 255º 0.95% 0.43% -
XYZ 3.38 1.5 14.58 -
YUV 24.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 31 5 109 0.72 0.95 0 0.57 255 0.91 0.22
Hex 1F 5 6D 48 5F 0 39 FF 5B 16
Octal 37 5 155 110 137 0 71 377 133 26
Binary 11111 101 1101101 1001000 1011111 0 111001 11111111 1011011 10110

Color Harmonies of #1F056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F056D

Black with #1F056D

Text Example


Text Example

White with #1F056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,5,109); }

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

background-color css

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

 a { background-color: rgb(31,5,109); }

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

border-color css

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

 span { border-color: rgb(31,5,109); }

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