Html Css Color HEX #1F056C Persian Indigo

📋 copy color: '#1F056C'

red 31 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #1F056C

Tints of Persian Indigo #1F056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 75%

R = 21.53%
G = 3.47%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F056C (or 0x1F056C) is known color: Persian Indigo. HEX triplet: 1F, 05 and 6C. RGB value is (31,5,108). Sum of RGB (Red+Green+Blue) = 31+5+108=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F056C is #E0FA93. Grayscale: #181818. Windows color (decimal): -14744212 or 7079199. OLE color: 7079199.

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

Color convert

RGB 31 5 108 -
CMYK 0.71 0.95 0 0.58
HSL 255.15º 0.91% 0.22% -
HSV(B) 255.15º 0.95% 0.42% -
XYZ 3.33 1.48 14.3 -
YUV 24.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 31 5 108 0.71 0.95 0 0.58 255.15 0.91 0.22
Hex 1F 5 6C 47 5F 0 3A FF 5B 16
Octal 37 5 154 107 137 0 72 377 133 26
Binary 11111 101 1101100 1000111 1011111 0 111010 11111111 1011011 10110

Color Harmonies of #1F056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F056C

Black with #1F056C

Text Example


Text Example

White with #1F056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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