Html Css Color HEX #1F025D Persian Indigo

📋 copy color: '#1F025D'

red 31 ◦ green 2 ◦ blue 93

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

Shades of Persian Indigo #1F025D

Tints of Persian Indigo #1F025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 73.81%

R = 24.6%
G = 1.59%
B = 73.81%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F025D (or 0x1F025D) is known color: Persian Indigo. HEX triplet: 1F, 02 and 5D. RGB value is (31,2,93). Sum of RGB (Red+Green+Blue) = 31+2+93=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F025D is #E0FDA2. Grayscale: #141414. Windows color (decimal): -14744995 or 6095391. OLE color: 6095391.

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

Color convert

RGB 31 2 93 -
CMYK 0.67 0.98 0 0.64
HSL 259.12º 0.96% 0.19% -
HSV(B) 259.12º 0.98% 0.36% -
XYZ 2.56 1.13 10.44 -
YUV 21.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 31 2 93 0.67 0.98 0 0.64 259.12 0.96 0.19
Hex 1F 2 5D 43 62 0 40 103 60 13
Octal 37 2 135 103 142 0 100 403 140 23
Binary 11111 10 1011101 1000011 1100010 0 1000000 100000011 1100000 10011

Color Harmonies of #1F025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F025D

Black with #1F025D

Text Example


Text Example

White with #1F025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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