Html Css Color HEX #1F025C Persian Indigo

📋 copy color: '#1F025C'

red 31 ◦ green 2 ◦ blue 92

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

Shades of Persian Indigo #1F025C

Tints of Persian Indigo #1F025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 73.6%

R = 24.8%
G = 1.6%
B = 73.6%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F025C (or 0x1F025C) is known color: Persian Indigo. HEX triplet: 1F, 02 and 5C. RGB value is (31,2,92). Sum of RGB (Red+Green+Blue) = 31+2+92=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F025C is #E0FDA3. Grayscale: #141414. Windows color (decimal): -14744996 or 6029855. OLE color: 6029855.

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

Color convert

RGB 31 2 92 -
CMYK 0.66 0.98 0 0.64
HSL 259.33º 0.96% 0.18% -
HSV(B) 259.33º 0.98% 0.36% -
XYZ 2.52 1.11 10.21 -
YUV 20.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 31 2 92 0.66 0.98 0 0.64 259.33 0.96 0.18
Hex 1F 2 5C 42 62 0 40 103 60 12
Octal 37 2 134 102 142 0 100 403 140 22
Binary 11111 10 1011100 1000010 1100010 0 1000000 100000011 1100000 10010

Color Harmonies of #1F025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F025C

Black with #1F025C

Text Example


Text Example

White with #1F025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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