Html Css Color HEX #2F159A Persian Indigo

📋 copy color: '#2F159A'

red 47 ◦ green 21 ◦ blue 154

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

Shades of Persian Indigo #2F159A

Tints of Persian Indigo #2F159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

 BLUE value IS 154 (60.55% from 255) = 69.37%

R = 21.17%
G = 9.46%
B = 69.37%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F159A (or 0x2F159A) is known color: Persian Indigo. HEX triplet: 2F, 15 and 9A. RGB value is (47,21,154). Sum of RGB (Red+Green+Blue) = 47+21+154=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 154 (60.55% from 255 or 69.37% from 222); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F159A is #D0EA65. Grayscale: #2B2B2B. Windows color (decimal): -13691494 or 10097967. OLE color: 10097967.

HSL color Cylindrical-coordinate representation of color #2F159A: hue angle of 251.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F159A is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 21 154 -
CMYK 0.69 0.86 0 0.40
HSL 251.73º 0.76% 0.34% -
HSV(B) 251.73º 0.86% 0.6% -
XYZ 7.27 3.47 30.86 -
YUV 43.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 47 21 154 0.69 0.86 0 0.40 251.73 0.76 0.34
Hex 2F 15 9A 45 56 0 28 FC 4C 22
Octal 57 25 232 105 126 0 50 374 114 42
Binary 101111 10101 10011010 1000101 1010110 0 101000 11111100 1001100 100010

Color Harmonies of #2F159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F159A

Black with #2F159A

Text Example


Text Example

White with #2F159A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,154); }

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

background-color css

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

 a { background-color: rgb(47,21,154); }

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

border-color css

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

 span { border-color: rgb(47,21,154); }

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