Html Css Color HEX #1F0277 Persian Indigo

📋 copy color: '#1F0277'

red 31 ◦ green 2 ◦ blue 119

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

Shades of Persian Indigo #1F0277

Tints of Persian Indigo #1F0277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 78.29%

R = 20.39%
G = 1.32%
B = 78.29%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F0277 (or 0x1F0277) is known color: Persian Indigo. HEX triplet: 1F, 02 and 77. RGB value is (31,2,119). Sum of RGB (Red+Green+Blue) = 31+2+119=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F0277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0277 is #E0FD88. Grayscale: #171717. Windows color (decimal): -14744969 or 7799327. OLE color: 7799327.

HSL color Cylindrical-coordinate representation of color #1F0277: hue angle of 254.87º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0277 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 2 119 -
CMYK 0.74 0.98 0 0.53
HSL 254.87º 0.97% 0.24% -
HSV(B) 254.87º 0.98% 0.47% -
XYZ 3.92 1.67 17.57 -
YUV 24.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 31 2 119 0.74 0.98 0 0.53 254.87 0.97 0.24
Hex 1F 2 77 4A 62 0 35 FF 61 18
Octal 37 2 167 112 142 0 65 377 141 30
Binary 11111 10 1110111 1001010 1100010 0 110101 11111111 1100001 11000

Color Harmonies of #1F0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0277

Black with #1F0277

Text Example


Text Example

White with #1F0277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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