Html Css Color HEX #2F1193 Persian Indigo

📋 copy color: '#2F1193'

red 47 ◦ green 17 ◦ blue 147

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

Shades of Persian Indigo #2F1193

Tints of Persian Indigo #2F1193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 69.67%

R = 22.27%
G = 8.06%
B = 69.67%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F1193 (or 0x2F1193) is known color: Persian Indigo. HEX triplet: 2F, 11 and 93. RGB value is (47,17,147). Sum of RGB (Red+Green+Blue) = 47+17+147=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F1193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1193 is #D0EE6C. Grayscale: #282828. Windows color (decimal): -13692525 or 9638191. OLE color: 9638191.

HSL color Cylindrical-coordinate representation of color #2F1193: hue angle of 253.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1193 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 17 147 -
CMYK 0.68 0.88 0 0.42
HSL 253.85º 0.79% 0.32% -
HSV(B) 253.85º 0.88% 0.58% -
XYZ 6.64 3.11 27.85 -
YUV 40.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 47 17 147 0.68 0.88 0 0.42 253.85 0.79 0.32
Hex 2F 11 93 44 58 0 2A FE 4F 20
Octal 57 21 223 104 130 0 52 376 117 40
Binary 101111 10001 10010011 1000100 1011000 0 101010 11111110 1001111 100000

Color Harmonies of #2F1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1193

Black with #2F1193

Text Example


Text Example

White with #2F1193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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