Html Css Color HEX #2F2487 Persian Indigo

📋 copy color: '#2F2487'

red 47 ◦ green 36 ◦ blue 135

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

Shades of Persian Indigo #2F2487

Tints of Persian Indigo #2F2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 21.56%
G = 16.51%
B = 61.93%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F2487 (or 0x2F2487) is known color: Persian Indigo. HEX triplet: 2F, 24 and 87. RGB value is (47,36,135). Sum of RGB (Red+Green+Blue) = 47+36+135=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2487 is #D0DB78. Grayscale: #323232. Windows color (decimal): -13687673 or 8856623. OLE color: 8856623.

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

Color convert

RGB 47 36 135 -
CMYK 0.65 0.73 0 0.47
HSL 246.67º 0.58% 0.34% -
HSV(B) 246.67º 0.73% 0.53% -
XYZ 6.18 3.62 23.29 -
YUV 50.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 47 36 135 0.65 0.73 0 0.47 246.67 0.58 0.34
Hex 2F 24 87 41 49 0 2F F7 3A 22
Octal 57 44 207 101 111 0 57 367 72 42
Binary 101111 100100 10000111 1000001 1001001 0 101111 11110111 111010 100010

Color Harmonies of #2F2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2487

Black with #2F2487

Text Example


Text Example

White with #2F2487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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