Html Css Color HEX #2F1F85 Persian Indigo

📋 copy color: '#2F1F85'

red 47 ◦ green 31 ◦ blue 133

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

Shades of Persian Indigo #2F1F85

Tints of Persian Indigo #2F1F85

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 22.27%
G = 14.69%
B = 63.03%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F1F85 (or 0x2F1F85) is known color: Persian Indigo. HEX triplet: 2F, 1F and 85. RGB value is (47,31,133). Sum of RGB (Red+Green+Blue) = 47+31+133=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F1F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1F85 is #D0E07A. Grayscale: #2F2F2F. Windows color (decimal): -13688955 or 8724271. OLE color: 8724271.

HSL color Cylindrical-coordinate representation of color #2F1F85: hue angle of 249.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F1F85 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 31 133 -
CMYK 0.65 0.77 0 0.48
HSL 249.41º 0.62% 0.32% -
HSV(B) 249.41º 0.77% 0.52% -
XYZ 5.9 3.28 22.51 -
YUV 47.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 47 31 133 0.65 0.77 0 0.48 249.41 0.62 0.32
Hex 2F 1F 85 41 4D 0 30 F9 3E 20
Octal 57 37 205 101 115 0 60 371 76 40
Binary 101111 11111 10000101 1000001 1001101 0 110000 11111001 111110 100000

Color Harmonies of #2F1F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1F85

Black with #2F1F85

Text Example


Text Example

White with #2F1F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,31,133); }

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

background-color css

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

 a { background-color: rgb(47,31,133); }

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

border-color css

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

 span { border-color: rgb(47,31,133); }

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