Html Css Color HEX #1F056E Persian Indigo

📋 copy color: '#1F056E'

red 31 ◦ green 5 ◦ blue 110

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

Shades of Persian Indigo #1F056E

Tints of Persian Indigo #1F056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 75.34%

R = 21.23%
G = 3.42%
B = 75.34%

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

#1F056E (or 0x1F056E) is known color: Persian Indigo. HEX triplet: 1F, 05 and 6E. RGB value is (31,5,110). Sum of RGB (Red+Green+Blue) = 31+5+110=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F056E is #E0FA91. Grayscale: #181818. Windows color (decimal): -14744210 or 7210271. OLE color: 7210271.

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

Color convert

RGB 31 5 110 -
CMYK 0.72 0.95 0 0.57
HSL 254.86º 0.91% 0.23% -
HSV(B) 254.86º 0.95% 0.43% -
XYZ 3.43 1.53 14.87 -
YUV 24.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 31 5 110 0.72 0.95 0 0.57 254.86 0.91 0.23
Hex 1F 5 6E 48 5F 0 39 FF 5B 17
Octal 37 5 156 110 137 0 71 377 133 27
Binary 11111 101 1101110 1001000 1011111 0 111001 11111111 1011011 10111

Color Harmonies of #1F056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F056E

Black with #1F056E

Text Example


Text Example

White with #1F056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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