Html Css Color HEX #1F006D Persian Indigo

📋 copy color: '#1F006D'

red 31 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #1F006D

Tints of Persian Indigo #1F006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 77.86%

R = 22.14%
G = 0%
B = 77.86%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F006D (or 0x1F006D) is known color: Persian Indigo. HEX triplet: 1F, 00 and 6D. RGB value is (31,0,109). Sum of RGB (Red+Green+Blue) = 31+0+109=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F006D is #E0FF92. Grayscale: #151515. Windows color (decimal): -14745491 or 7143455. OLE color: 7143455.

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

Color convert

RGB 31 0 109 -
CMYK 0.72 1 0 0.57
HSL 257.06º 1% 0.21% -
HSV(B) 257.06º 1% 0.43% -
XYZ 3.33 1.4 14.56 -
YUV 21.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 31 0 109 0.72 1 0 0.57 257.06 1 0.21
Hex 1F 0 6D 48 64 0 39 101 64 15
Octal 37 0 155 110 144 0 71 401 144 25
Binary 11111 0 1101101 1001000 1100100 0 111001 100000001 1100100 10101

Color Harmonies of #1F006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F006D

Black with #1F006D

Text Example


Text Example

White with #1F006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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