Html Css Color HEX #2F1185 Persian Indigo

📋 copy color: '#2F1185'

red 47 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #2F1185

Tints of Persian Indigo #2F1185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

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

R = 23.86%
G = 8.63%
B = 67.51%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F1185 (or 0x2F1185) is known color: Persian Indigo. HEX triplet: 2F, 11 and 85. RGB value is (47,17,133). Sum of RGB (Red+Green+Blue) = 47+17+133=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F1185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1185 is #D0EE7A. Grayscale: #262626. Windows color (decimal): -13692539 or 8720687. OLE color: 8720687.

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

Color convert

RGB 47 17 133 -
CMYK 0.65 0.87 0 0.48
HSL 255.52º 0.77% 0.29% -
HSV(B) 255.52º 0.87% 0.52% -
XYZ 5.61 2.7 22.42 -
YUV 39.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 47 17 133 0.65 0.87 0 0.48 255.52 0.77 0.29
Hex 2F 11 85 41 57 0 30 100 4D 1D
Octal 57 21 205 101 127 0 60 400 115 35
Binary 101111 10001 10000101 1000001 1010111 0 110000 100000000 1001101 11101

Color Harmonies of #2F1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1185

Black with #2F1185

Text Example


Text Example

White with #2F1185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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