Html Css Color HEX #2F1289 Persian Indigo

📋 copy color: '#2F1289'

red 47 ◦ green 18 ◦ blue 137

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

Shades of Persian Indigo #2F1289

Tints of Persian Indigo #2F1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 23.27%
G = 8.91%
B = 67.82%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F1289 (or 0x2F1289) is known color: Persian Indigo. HEX triplet: 2F, 12 and 89. RGB value is (47,18,137). Sum of RGB (Red+Green+Blue) = 47+18+137=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F1289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1289 is #D0ED76. Grayscale: #272727. Windows color (decimal): -13692279 or 8983087. OLE color: 8983087.

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

Color convert

RGB 47 18 137 -
CMYK 0.66 0.87 0 0.46
HSL 254.62º 0.77% 0.3% -
HSV(B) 254.62º 0.87% 0.54% -
XYZ 5.9 2.84 23.9 -
YUV 40.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 47 18 137 0.66 0.87 0 0.46 254.62 0.77 0.3
Hex 2F 12 89 42 57 0 2E FF 4D 1E
Octal 57 22 211 102 127 0 56 377 115 36
Binary 101111 10010 10001001 1000010 1010111 0 101110 11111111 1001101 11110

Color Harmonies of #2F1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1289

Black with #2F1289

Text Example


Text Example

White with #2F1289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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