Html Css Color HEX #1F035E Persian Indigo

📋 copy color: '#1F035E'

red 31 ◦ green 3 ◦ blue 94

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

Shades of Persian Indigo #1F035E

Tints of Persian Indigo #1F035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

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

R = 24.22%
G = 2.34%
B = 73.44%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F035E (or 0x1F035E) is known color: Persian Indigo. HEX triplet: 1F, 03 and 5E. RGB value is (31,3,94). Sum of RGB (Red+Green+Blue) = 31+3+94=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F035E is #E0FCA1. Grayscale: #151515. Windows color (decimal): -14744738 or 6161183. OLE color: 6161183.

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

Color convert

RGB 31 3 94 -
CMYK 0.67 0.97 0 0.63
HSL 258.46º 0.94% 0.19% -
HSV(B) 258.46º 0.97% 0.37% -
XYZ 2.62 1.16 10.68 -
YUV 21.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 31 3 94 0.67 0.97 0 0.63 258.46 0.94 0.19
Hex 1F 3 5E 43 61 0 3F 102 5E 13
Octal 37 3 136 103 141 0 77 402 136 23
Binary 11111 11 1011110 1000011 1100001 0 111111 100000010 1011110 10011

Color Harmonies of #1F035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F035E

Black with #1F035E

Text Example


Text Example

White with #1F035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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