Html Css Color HEX #1F036F Persian Indigo

📋 copy color: '#1F036F'

red 31 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #1F036F

Tints of Persian Indigo #1F036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 21.38%
G = 2.07%
B = 76.55%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F036F (or 0x1F036F) is known color: Persian Indigo. HEX triplet: 1F, 03 and 6F. RGB value is (31,3,111). Sum of RGB (Red+Green+Blue) = 31+3+111=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F036F is #E0FC90. Grayscale: #171717. Windows color (decimal): -14744721 or 7275295. OLE color: 7275295.

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

Color convert

RGB 31 3 111 -
CMYK 0.72 0.97 0 0.56
HSL 255.56º 0.95% 0.22% -
HSV(B) 255.56º 0.97% 0.44% -
XYZ 3.47 1.5 15.15 -
YUV 23.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 31 3 111 0.72 0.97 0 0.56 255.56 0.95 0.22
Hex 1F 3 6F 48 61 0 38 100 5F 16
Octal 37 3 157 110 141 0 70 400 137 26
Binary 11111 11 1101111 1001000 1100001 0 111000 100000000 1011111 10110

Color Harmonies of #1F036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F036F

Black with #1F036F

Text Example


Text Example

White with #1F036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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