Html Css Color HEX #1F006F Persian Indigo

📋 copy color: '#1F006F'

red 31 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #1F006F

Tints of Persian Indigo #1F006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.83%
G = 0%
B = 78.17%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F006F (or 0x1F006F) is known color: Persian Indigo. HEX triplet: 1F, 00 and 6F. RGB value is (31,0,111). Sum of RGB (Red+Green+Blue) = 31+0+111=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F006F is #E0FF90. Grayscale: #151515. Windows color (decimal): -14745489 or 7274527. OLE color: 7274527.

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

Color convert

RGB 31 0 111 -
CMYK 0.72 1 0 0.56
HSL 256.76º 1% 0.22% -
HSV(B) 256.76º 1% 0.44% -
XYZ 3.43 1.44 15.14 -
YUV 21.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 31 0 111 0.72 1 0 0.56 256.76 1 0.22
Hex 1F 0 6F 48 64 0 38 101 64 16
Octal 37 0 157 110 144 0 70 401 144 26
Binary 11111 0 1101111 1001000 1100100 0 111000 100000001 1100100 10110

Color Harmonies of #1F006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F006F

Black with #1F006F

Text Example


Text Example

White with #1F006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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