Html Css Color HEX #1F007C Persian Indigo

📋 copy color: '#1F007C'

red 31 ◦ green 0 ◦ blue 124

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

Shades of Persian Indigo #1F007C

Tints of Persian Indigo #1F007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 80%

R = 20%
G = 0%
B = 80%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F007C (or 0x1F007C) is known color: Persian Indigo. HEX triplet: 1F, 00 and 7C. RGB value is (31,0,124). Sum of RGB (Red+Green+Blue) = 31+0+124=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 124 (48.83% from 255 or 80% from 155); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F007C is #E0FF83. Grayscale: #161616. Windows color (decimal): -14745476 or 8126495. OLE color: 8126495.

HSL color Cylindrical-coordinate representation of color #1F007C: hue angle of 255º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F007C is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 0 124 -
CMYK 0.75 1 0 0.51
HSL 255º 1% 0.24% -
HSV(B) 255º 1% 0.49% -
XYZ 4.2 1.75 19.18 -
YUV 23.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 31 0 124 0.75 1 0 0.51 255 1 0.24
Hex 1F 0 7C 4B 64 0 33 FF 64 18
Octal 37 0 174 113 144 0 63 377 144 30
Binary 11111 0 1111100 1001011 1100100 0 110011 11111111 1100100 11000

Color Harmonies of #1F007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F007C

Black with #1F007C

Text Example


Text Example

White with #1F007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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