Html Css Color HEX #1F0263 Persian Indigo

📋 copy color: '#1F0263'

red 31 ◦ green 2 ◦ blue 99

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

Shades of Persian Indigo #1F0263

Tints of Persian Indigo #1F0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

 BLUE value IS 99 (39.06% from 255) = 75%

R = 23.48%
G = 1.52%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F0263 (or 0x1F0263) is known color: Persian Indigo. HEX triplet: 1F, 02 and 63. RGB value is (31,2,99). Sum of RGB (Red+Green+Blue) = 31+2+99=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F0263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0263 is #E0FD9C. Grayscale: #151515. Windows color (decimal): -14744989 or 6488607. OLE color: 6488607.

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

Color convert

RGB 31 2 99 -
CMYK 0.69 0.98 0 0.61
HSL 257.94º 0.96% 0.2% -
HSV(B) 257.94º 0.98% 0.39% -
XYZ 2.84 1.24 11.89 -
YUV 21.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 31 2 99 0.69 0.98 0 0.61 257.94 0.96 0.2
Hex 1F 2 63 45 62 0 3D 102 60 14
Octal 37 2 143 105 142 0 75 402 140 24
Binary 11111 10 1100011 1000101 1100010 0 111101 100000010 1100000 10100

Color Harmonies of #1F0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0263

Black with #1F0263

Text Example


Text Example

White with #1F0263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,2,99); }

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

background-color css

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

 a { background-color: rgb(31,2,99); }

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

border-color css

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

 span { border-color: rgb(31,2,99); }

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