Html Css Color HEX #1F0674 Persian Indigo

📋 copy color: '#1F0674'

red 31 ◦ green 6 ◦ blue 116

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

Shades of Persian Indigo #1F0674

Tints of Persian Indigo #1F0674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 75.82%

R = 20.26%
G = 3.92%
B = 75.82%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F0674 (or 0x1F0674) is known color: Persian Indigo. HEX triplet: 1F, 06 and 74. RGB value is (31,6,116). Sum of RGB (Red+Green+Blue) = 31+6+116=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F0674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0674 is #E0F98B. Grayscale: #191919. Windows color (decimal): -14743948 or 7603743. OLE color: 7603743.

HSL color Cylindrical-coordinate representation of color #1F0674: hue angle of 253.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0674 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 6 116 -
CMYK 0.73 0.95 0 0.55
HSL 253.64º 0.9% 0.24% -
HSV(B) 253.64º 0.95% 0.45% -
XYZ 3.78 1.68 16.65 -
YUV 26.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 31 6 116 0.73 0.95 0 0.55 253.64 0.9 0.24
Hex 1F 6 74 49 5F 0 37 FE 5A 18
Octal 37 6 164 111 137 0 67 376 132 30
Binary 11111 110 1110100 1001001 1011111 0 110111 11111110 1011010 11000

Color Harmonies of #1F0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0674

Black with #1F0674

Text Example


Text Example

White with #1F0674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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