Html Css Color HEX #2F1393 Persian Indigo

📋 copy color: '#2F1393'

red 47 ◦ green 19 ◦ blue 147

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

Shades of Persian Indigo #2F1393

Tints of Persian Indigo #2F1393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 22.07%
G = 8.92%
B = 69.01%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F1393 (or 0x2F1393) is known color: Persian Indigo. HEX triplet: 2F, 13 and 93. RGB value is (47,19,147). Sum of RGB (Red+Green+Blue) = 47+19+147=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1393 is #D0EC6C. Grayscale: #292929. Windows color (decimal): -13692013 or 9638703. OLE color: 9638703.

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

Color convert

RGB 47 19 147 -
CMYK 0.68 0.87 0 0.42
HSL 253.13º 0.77% 0.33% -
HSV(B) 253.13º 0.87% 0.58% -
XYZ 6.67 3.18 27.87 -
YUV 41.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 47 19 147 0.68 0.87 0 0.42 253.13 0.77 0.33
Hex 2F 13 93 44 57 0 2A FD 4D 21
Octal 57 23 223 104 127 0 52 375 115 41
Binary 101111 10011 10010011 1000100 1010111 0 101010 11111101 1001101 100001

Color Harmonies of #2F1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1393

Black with #2F1393

Text Example


Text Example

White with #2F1393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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