Html Css Color HEX #1F0564 Persian Indigo

📋 copy color: '#1F0564'

red 31 ◦ green 5 ◦ blue 100

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

Shades of Persian Indigo #1F0564

Tints of Persian Indigo #1F0564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 22.79%
G = 3.68%
B = 73.53%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F0564 (or 0x1F0564) is known color: Persian Indigo. HEX triplet: 1F, 05 and 64. RGB value is (31,5,100). Sum of RGB (Red+Green+Blue) = 31+5+100=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F0564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0564 is #E0FA9B. Grayscale: #171717. Windows color (decimal): -14744220 or 6554911. OLE color: 6554911.

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

Color convert

RGB 31 5 100 -
CMYK 0.69 0.95 0 0.61
HSL 256.42º 0.9% 0.21% -
HSV(B) 256.42º 0.95% 0.39% -
XYZ 2.92 1.32 12.16 -
YUV 23.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 31 5 100 0.69 0.95 0 0.61 256.42 0.9 0.21
Hex 1F 5 64 45 5F 0 3D 100 5A 15
Octal 37 5 144 105 137 0 75 400 132 25
Binary 11111 101 1100100 1000101 1011111 0 111101 100000000 1011010 10101

Color Harmonies of #1F0564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0564

Black with #1F0564

Text Example


Text Example

White with #1F0564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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