Html Css Color HEX #1F0679 Persian Indigo

📋 copy color: '#1F0679'

red 31 ◦ green 6 ◦ blue 121

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

Shades of Persian Indigo #1F0679

Tints of Persian Indigo #1F0679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

 BLUE value IS 121 (47.66% from 255) = 76.58%

R = 19.62%
G = 3.8%
B = 76.58%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F0679 (or 0x1F0679) is known color: Persian Indigo. HEX triplet: 1F, 06 and 79. RGB value is (31,6,121). Sum of RGB (Red+Green+Blue) = 31+6+121=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 121 (47.66% from 255 or 76.58% from 158); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F0679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0679 is #E0F986. Grayscale: #1A1A1A. Windows color (decimal): -14743943 or 7931423. OLE color: 7931423.

HSL color Cylindrical-coordinate representation of color #1F0679: hue angle of 253.04º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0679 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 6 121 -
CMYK 0.74 0.95 0 0.53
HSL 253.04º 0.91% 0.25% -
HSV(B) 253.04º 0.95% 0.47% -
XYZ 4.08 1.8 18.22 -
YUV 26.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 31 6 121 0.74 0.95 0 0.53 253.04 0.91 0.25
Hex 1F 6 79 4A 5F 0 35 FD 5B 19
Octal 37 6 171 112 137 0 65 375 133 31
Binary 11111 110 1111001 1001010 1011111 0 110101 11111101 1011011 11001

Color Harmonies of #1F0679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0679

Black with #1F0679

Text Example


Text Example

White with #1F0679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,6,121); }

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

background-color css

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

 a { background-color: rgb(31,6,121); }

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

border-color css

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

 span { border-color: rgb(31,6,121); }

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