Html Css Color HEX #2F1584 Persian Indigo

📋 copy color: '#2F1584'

red 47 ◦ green 21 ◦ blue 132

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

Shades of Persian Indigo #2F1584

Tints of Persian Indigo #2F1584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66%

R = 23.5%
G = 10.5%
B = 66%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F1584 (or 0x2F1584) is known color: Persian Indigo. HEX triplet: 2F, 15 and 84. RGB value is (47,21,132). Sum of RGB (Red+Green+Blue) = 47+21+132=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F1584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1584 is #D0EA7B. Grayscale: #292929. Windows color (decimal): -13691516 or 8656175. OLE color: 8656175.

HSL color Cylindrical-coordinate representation of color #2F1584: hue angle of 254.05º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1584 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 21 132 -
CMYK 0.64 0.84 0 0.48
HSL 254.05º 0.73% 0.3% -
HSV(B) 254.05º 0.84% 0.52% -
XYZ 5.61 2.81 22.08 -
YUV 41.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 47 21 132 0.64 0.84 0 0.48 254.05 0.73 0.3
Hex 2F 15 84 40 54 0 30 FE 49 1E
Octal 57 25 204 100 124 0 60 376 111 36
Binary 101111 10101 10000100 1000000 1010100 0 110000 11111110 1001001 11110

Color Harmonies of #2F1584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1584

Black with #2F1584

Text Example


Text Example

White with #2F1584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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