Html Css Color HEX #2F0893 Persian Indigo

📋 copy color: '#2F0893'

red 47 ◦ green 8 ◦ blue 147

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

Shades of Persian Indigo #2F0893

Tints of Persian Indigo #2F0893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.96%

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

R = 23.27%
G = 3.96%
B = 72.77%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F0893 (or 0x2F0893) is known color: Persian Indigo. HEX triplet: 2F, 08 and 93. RGB value is (47,8,147). Sum of RGB (Red+Green+Blue) = 47+8+147=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F0893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0893 is #D0F76C. Grayscale: #222222. Windows color (decimal): -13694829 or 9635887. OLE color: 9635887.

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

Color convert

RGB 47 8 147 -
CMYK 0.68 0.95 0 0.42
HSL 256.83º 0.9% 0.3% -
HSV(B) 256.83º 0.95% 0.58% -
XYZ 6.53 2.88 27.82 -
YUV 35.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 47 8 147 0.68 0.95 0 0.42 256.83 0.9 0.3
Hex 2F 8 93 44 5F 0 2A 101 5A 1E
Octal 57 10 223 104 137 0 52 401 132 36
Binary 101111 1000 10010011 1000100 1011111 0 101010 100000001 1011010 11110

Color Harmonies of #2F0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0893

Black with #2F0893

Text Example


Text Example

White with #2F0893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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