Html Css Color HEX #1F0565 Persian Indigo

📋 copy color: '#1F0565'

red 31 ◦ green 5 ◦ blue 101

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

Shades of Persian Indigo #1F0565

Tints of Persian Indigo #1F0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 73.72%

R = 22.63%
G = 3.65%
B = 73.72%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1F0565 (or 0x1F0565) is known color: Persian Indigo. HEX triplet: 1F, 05 and 65. RGB value is (31,5,101). Sum of RGB (Red+Green+Blue) = 31+5+101=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 101 (39.84% from 255 or 73.72% from 137); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F0565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0565 is #E0FA9A. Grayscale: #171717. Windows color (decimal): -14744219 or 6620447. OLE color: 6620447.

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

Color convert

RGB 31 5 101 -
CMYK 0.69 0.95 0 0.60
HSL 256.25º 0.91% 0.21% -
HSV(B) 256.25º 0.95% 0.4% -
XYZ 2.97 1.34 12.41 -
YUV 23.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 31 5 101 0.69 0.95 0 0.60 256.25 0.91 0.21
Hex 1F 5 65 45 5F 0 3C 100 5B 15
Octal 37 5 145 105 137 0 74 400 133 25
Binary 11111 101 1100101 1000101 1011111 0 111100 100000000 1011011 10101

Color Harmonies of #1F0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0565

Black with #1F0565

Text Example


Text Example

White with #1F0565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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