Html Css Color HEX #1F025E Persian Indigo

📋 copy color: '#1F025E'

red 31 ◦ green 2 ◦ blue 94

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

Shades of Persian Indigo #1F025E

Tints of Persian Indigo #1F025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 74.02%

R = 24.41%
G = 1.57%
B = 74.02%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F025E (or 0x1F025E) is known color: Persian Indigo. HEX triplet: 1F, 02 and 5E. RGB value is (31,2,94). Sum of RGB (Red+Green+Blue) = 31+2+94=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F025E is #E0FDA1. Grayscale: #141414. Windows color (decimal): -14744994 or 6160927. OLE color: 6160927.

HSL color Cylindrical-coordinate representation of color #1F025E: hue angle of 258.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F025E is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 2 94 -
CMYK 0.67 0.98 0 0.63
HSL 258.91º 0.96% 0.19% -
HSV(B) 258.91º 0.98% 0.37% -
XYZ 2.61 1.14 10.67 -
YUV 21.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 31 2 94 0.67 0.98 0 0.63 258.91 0.96 0.19
Hex 1F 2 5E 43 62 0 3F 103 60 13
Octal 37 2 136 103 142 0 77 403 140 23
Binary 11111 10 1011110 1000011 1100010 0 111111 100000011 1100000 10011

Color Harmonies of #1F025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F025E

Black with #1F025E

Text Example


Text Example

White with #1F025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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