Html Css Color HEX #1F045F Persian Indigo

📋 copy color: '#1F045F'

red 31 ◦ green 4 ◦ blue 95

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

Shades of Persian Indigo #1F045F

Tints of Persian Indigo #1F045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

 BLUE value IS 95 (37.5% from 255) = 73.08%

R = 23.85%
G = 3.08%
B = 73.08%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F045F (or 0x1F045F) is known color: Persian Indigo. HEX triplet: 1F, 04 and 5F. RGB value is (31,4,95). Sum of RGB (Red+Green+Blue) = 31+4+95=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F045F is #E0FBA0. Grayscale: #161616. Windows color (decimal): -14744481 or 6226975. OLE color: 6226975.

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

Color convert

RGB 31 4 95 -
CMYK 0.67 0.96 0 0.63
HSL 257.8º 0.92% 0.19% -
HSV(B) 257.8º 0.96% 0.37% -
XYZ 2.67 1.2 10.92 -
YUV 22.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 31 4 95 0.67 0.96 0 0.63 257.8 0.92 0.19
Hex 1F 4 5F 43 60 0 3F 102 5C 13
Octal 37 4 137 103 140 0 77 402 134 23
Binary 11111 100 1011111 1000011 1100000 0 111111 100000010 1011100 10011

Color Harmonies of #1F045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F045F

Black with #1F045F

Text Example


Text Example

White with #1F045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,4,95); }

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

background-color css

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

 a { background-color: rgb(31,4,95); }

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

border-color css

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

 span { border-color: rgb(31,4,95); }

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