Html Css Color HEX #2F1789 Persian Indigo

📋 copy color: '#2F1789'

red 47 ◦ green 23 ◦ blue 137

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

Shades of Persian Indigo #2F1789

Tints of Persian Indigo #2F1789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 137 (53.91% from 255) = 66.18%

R = 22.71%
G = 11.11%
B = 66.18%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F1789 (or 0x2F1789) is known color: Persian Indigo. HEX triplet: 2F, 17 and 89. RGB value is (47,23,137). Sum of RGB (Red+Green+Blue) = 47+23+137=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F1789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1789 is #D0E876. Grayscale: #2A2A2A. Windows color (decimal): -13690999 or 8984367. OLE color: 8984367.

HSL color Cylindrical-coordinate representation of color #2F1789: hue angle of 252.63º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1789 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 23 137 -
CMYK 0.66 0.83 0 0.46
HSL 252.63º 0.71% 0.31% -
HSV(B) 252.63º 0.83% 0.54% -
XYZ 5.99 3.02 23.93 -
YUV 43.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 47 23 137 0.66 0.83 0 0.46 252.63 0.71 0.31
Hex 2F 17 89 42 53 0 2E FD 47 1F
Octal 57 27 211 102 123 0 56 375 107 37
Binary 101111 10111 10001001 1000010 1010011 0 101110 11111101 1000111 11111

Color Harmonies of #2F1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1789

Black with #2F1789

Text Example


Text Example

White with #2F1789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,23,137); }

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

background-color css

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

 a { background-color: rgb(47,23,137); }

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

border-color css

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

 span { border-color: rgb(47,23,137); }

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