Html Css Color HEX #2F2586 Persian Indigo

📋 copy color: '#2F2586'

red 47 ◦ green 37 ◦ blue 134

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

Shades of Persian Indigo #2F2586

Tints of Persian Indigo #2F2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 134 (52.73% from 255) = 61.47%

R = 21.56%
G = 16.97%
B = 61.47%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F2586 (or 0x2F2586) is known color: Persian Indigo. HEX triplet: 2F, 25 and 86. RGB value is (47,37,134). Sum of RGB (Red+Green+Blue) = 47+37+134=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F2586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2586 is #D0DA79. Grayscale: #323232. Windows color (decimal): -13687418 or 8791343. OLE color: 8791343.

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

Color convert

RGB 47 37 134 -
CMYK 0.65 0.72 0 0.47
HSL 246.19º 0.57% 0.34% -
HSV(B) 246.19º 0.72% 0.53% -
XYZ 6.14 3.65 22.94 -
YUV 51.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 47 37 134 0.65 0.72 0 0.47 246.19 0.57 0.34
Hex 2F 25 86 41 48 0 2F F6 39 22
Octal 57 45 206 101 110 0 57 366 71 42
Binary 101111 100101 10000110 1000001 1001000 0 101111 11110110 111001 100010

Color Harmonies of #2F2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2586

Black with #2F2586

Text Example


Text Example

White with #2F2586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,134); }

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

background-color css

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

 a { background-color: rgb(47,37,134); }

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

border-color css

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

 span { border-color: rgb(47,37,134); }

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