Html Css Color HEX #1F0367 Persian Indigo

📋 copy color: '#1F0367'

red 31 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #1F0367

Tints of Persian Indigo #1F0367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 103 (40.63% from 255) = 75.18%

R = 22.63%
G = 2.19%
B = 75.18%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1F0367 (or 0x1F0367) is known color: Persian Indigo. HEX triplet: 1F, 03 and 67. RGB value is (31,3,103). Sum of RGB (Red+Green+Blue) = 31+3+103=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 103 (40.62% from 255 or 75.18% from 137); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F0367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0367 is #E0FC98. Grayscale: #161616. Windows color (decimal): -14744729 or 6751007. OLE color: 6751007.

HSL color Cylindrical-coordinate representation of color #1F0367: hue angle of 256.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0367 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 3 103 -
CMYK 0.70 0.97 0 0.60
HSL 256.8º 0.94% 0.21% -
HSV(B) 256.8º 0.97% 0.4% -
XYZ 3.05 1.34 12.93 -
YUV 22.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 31 3 103 0.70 0.97 0 0.60 256.8 0.94 0.21
Hex 1F 3 67 46 61 0 3C 101 5E 15
Octal 37 3 147 106 141 0 74 401 136 25
Binary 11111 11 1100111 1000110 1100001 0 111100 100000001 1011110 10101

Color Harmonies of #1F0367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0367

Black with #1F0367

Text Example


Text Example

White with #1F0367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,103); }

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

background-color css

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

 a { background-color: rgb(31,3,103); }

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

border-color css

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

 span { border-color: rgb(31,3,103); }

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