Html Css Color HEX #2F1587 Persian Indigo

📋 copy color: '#2F1587'

red 47 ◦ green 21 ◦ blue 135

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

Shades of Persian Indigo #2F1587

Tints of Persian Indigo #2F1587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.5%

R = 23.15%
G = 10.34%
B = 66.5%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F1587 (or 0x2F1587) is known color: Persian Indigo. HEX triplet: 2F, 15 and 87. RGB value is (47,21,135). Sum of RGB (Red+Green+Blue) = 47+21+135=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F1587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1587 is #D0EA78. Grayscale: #292929. Windows color (decimal): -13691513 or 8852783. OLE color: 8852783.

HSL color Cylindrical-coordinate representation of color #2F1587: hue angle of 253.68º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1587 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 21 135 -
CMYK 0.65 0.84 0 0.47
HSL 253.68º 0.73% 0.31% -
HSV(B) 253.68º 0.84% 0.53% -
XYZ 5.81 2.89 23.17 -
YUV 41.77 180.61 131.73 -
System Red Green Blue C M Y K H S L
Decimal 47 21 135 0.65 0.84 0 0.47 253.68 0.73 0.31
Hex 2F 15 87 41 54 0 2F FE 49 1F
Octal 57 25 207 101 124 0 57 376 111 37
Binary 101111 10101 10000111 1000001 1010100 0 101111 11111110 1001001 11111

Color Harmonies of #2F1587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1587

Black with #2F1587

Text Example


Text Example

White with #2F1587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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