Html Css Color HEX #2F2493 Persian Indigo

📋 copy color: '#2F2493'

red 47 ◦ green 36 ◦ blue 147

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

Shades of Persian Indigo #2F2493

Tints of Persian Indigo #2F2493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 20.43%
G = 15.65%
B = 63.91%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F2493 (or 0x2F2493) is known color: Persian Indigo. HEX triplet: 2F, 24 and 93. RGB value is (47,36,147). Sum of RGB (Red+Green+Blue) = 47+36+147=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2493 is #D0DB6C. Grayscale: #333333. Windows color (decimal): -13687661 or 9643055. OLE color: 9643055.

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

Color convert

RGB 47 36 147 -
CMYK 0.68 0.76 0 0.42
HSL 245.95º 0.61% 0.36% -
HSV(B) 245.95º 0.76% 0.58% -
XYZ 7.07 3.97 28 -
YUV 51.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 47 36 147 0.68 0.76 0 0.42 245.95 0.61 0.36
Hex 2F 24 93 44 4C 0 2A F6 3D 24
Octal 57 44 223 104 114 0 52 366 75 44
Binary 101111 100100 10010011 1000100 1001100 0 101010 11110110 111101 100100

Color Harmonies of #2F2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2493

Black with #2F2493

Text Example


Text Example

White with #2F2493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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