Html Css Color HEX #2F2393 Persian Indigo

📋 copy color: '#2F2393'

red 47 ◦ green 35 ◦ blue 147

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

Shades of Persian Indigo #2F2393

Tints of Persian Indigo #2F2393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

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

R = 20.52%
G = 15.28%
B = 64.19%

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

#2F2393 (or 0x2F2393) is known color: Persian Indigo. HEX triplet: 2F, 23 and 93. RGB value is (47,35,147). Sum of RGB (Red+Green+Blue) = 47+35+147=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F2393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2393 is #D0DC6C. Grayscale: #323232. Windows color (decimal): -13687917 or 9642799. OLE color: 9642799.

HSL color Cylindrical-coordinate representation of color #2F2393: hue angle of 246.43º degrees, saturation: 0.62, 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 #2F2393 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 35 147 -
CMYK 0.68 0.76 0 0.42
HSL 246.43º 0.62% 0.36% -
HSV(B) 246.43º 0.76% 0.58% -
XYZ 7.04 3.91 27.99 -
YUV 51.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 47 35 147 0.68 0.76 0 0.42 246.43 0.62 0.36
Hex 2F 23 93 44 4C 0 2A F6 3E 24
Octal 57 43 223 104 114 0 52 366 76 44
Binary 101111 100011 10010011 1000100 1001100 0 101010 11110110 111110 100100

Color Harmonies of #2F2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2393

Black with #2F2393

Text Example


Text Example

White with #2F2393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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