Html Css Color HEX #2F2581 Persian Indigo

📋 copy color: '#2F2581'

red 47 ◦ green 37 ◦ blue 129

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

Shades of Persian Indigo #2F2581

Tints of Persian Indigo #2F2581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.56%

R = 22.07%
G = 17.37%
B = 60.56%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F2581 (or 0x2F2581) is known color: Persian Indigo. HEX triplet: 2F, 25 and 81. RGB value is (47,37,129). Sum of RGB (Red+Green+Blue) = 47+37+129=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #2F2581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2581 is #D0DA7E. Grayscale: #323232. Windows color (decimal): -13687423 or 8463663. OLE color: 8463663.

HSL color Cylindrical-coordinate representation of color #2F2581: hue angle of 246.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F2581 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 37 129 -
CMYK 0.64 0.71 0 0.49
HSL 246.52º 0.55% 0.33% -
HSV(B) 246.52º 0.71% 0.51% -
XYZ 5.8 3.51 21.14 -
YUV 50.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 47 37 129 0.64 0.71 0 0.49 246.52 0.55 0.33
Hex 2F 25 81 40 47 0 31 F7 37 21
Octal 57 45 201 100 107 0 61 367 67 41
Binary 101111 100101 10000001 1000000 1000111 0 110001 11110111 110111 100001

Color Harmonies of #2F2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2581

Black with #2F2581

Text Example


Text Example

White with #2F2581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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