Html Css Color HEX #2F117A Persian Indigo

📋 copy color: '#2F117A'

red 47 ◦ green 17 ◦ blue 122

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

Shades of Persian Indigo #2F117A

Tints of Persian Indigo #2F117A

RGB

 RED value IS 47 (18.75% from 255) = 25.27%

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 122 (48.05% from 255) = 65.59%

R = 25.27%
G = 9.14%
B = 65.59%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F117A (or 0x2F117A) is known color: Persian Indigo. HEX triplet: 2F, 11 and 7A. RGB value is (47,17,122). Sum of RGB (Red+Green+Blue) = 47+17+122=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F117A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F117A is #D0EE85. Grayscale: #252525. Windows color (decimal): -13692550 or 7999791. OLE color: 7999791.

HSL color Cylindrical-coordinate representation of color #2F117A: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F117A is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 17 122 -
CMYK 0.61 0.86 0 0.52
HSL 257.14º 0.76% 0.27% -
HSV(B) 257.14º 0.86% 0.48% -
XYZ 4.89 2.41 18.62 -
YUV 37.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 47 17 122 0.61 0.86 0 0.52 257.14 0.76 0.27
Hex 2F 11 7A 3D 56 0 34 101 4C 1B
Octal 57 21 172 75 126 0 64 401 114 33
Binary 101111 10001 1111010 111101 1010110 0 110100 100000001 1001100 11011

Color Harmonies of #2F117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F117A

Black with #2F117A

Text Example


Text Example

White with #2F117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F117A; }

 p { color: rgb(47,17,122); }

 H1.HeaderClassName
 {
   color: #2F117A;
 }
 .AnyTagClassName
 {
   color: #2F117A;
 }
</style>

background-color css

<style>
 a { background-color: #2F117A; }

 a { background-color: rgb(47,17,122); }

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

border-color css

<style>
 span { border-color: #2F117A; }

 span { border-color: rgb(47,17,122); }

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