Html Css Color HEX #1F0364 Persian Indigo

📋 copy color: '#1F0364'

red 31 ◦ green 3 ◦ blue 100

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

Shades of Persian Indigo #1F0364

Tints of Persian Indigo #1F0364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 74.63%

R = 23.13%
G = 2.24%
B = 74.63%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F0364 (or 0x1F0364) is known color: Persian Indigo. HEX triplet: 1F, 03 and 64. RGB value is (31,3,100). Sum of RGB (Red+Green+Blue) = 31+3+100=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 100 (39.45% from 255 or 74.63% from 134); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F0364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0364 is #E0FC9B. Grayscale: #161616. Windows color (decimal): -14744732 or 6554399. OLE color: 6554399.

HSL color Cylindrical-coordinate representation of color #1F0364: hue angle of 257.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0364 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 3 100 -
CMYK 0.69 0.97 0 0.61
HSL 257.32º 0.94% 0.2% -
HSV(B) 257.32º 0.97% 0.39% -
XYZ 2.9 1.28 12.15 -
YUV 22.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 31 3 100 0.69 0.97 0 0.61 257.32 0.94 0.2
Hex 1F 3 64 45 61 0 3D 101 5E 14
Octal 37 3 144 105 141 0 75 401 136 24
Binary 11111 11 1100100 1000101 1100001 0 111101 100000001 1011110 10100

Color Harmonies of #1F0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0364

Black with #1F0364

Text Example


Text Example

White with #1F0364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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