Html Css Color HEX #2F0494 Persian Indigo

📋 copy color: '#2F0494'

red 47 ◦ green 4 ◦ blue 148

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

Shades of Persian Indigo #2F0494

Tints of Persian Indigo #2F0494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 148 (58.2% from 255) = 74.37%

R = 23.62%
G = 2.01%
B = 74.37%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F0494 (or 0x2F0494) is known color: Persian Indigo. HEX triplet: 2F, 04 and 94. RGB value is (47,4,148). Sum of RGB (Red+Green+Blue) = 47+4+148=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F0494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0494 is #D0FB6B. Grayscale: #202020. Windows color (decimal): -13695852 or 9700399. OLE color: 9700399.

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

Color convert

RGB 47 4 148 -
CMYK 0.68 0.97 0 0.42
HSL 257.92º 0.95% 0.3% -
HSV(B) 257.92º 0.97% 0.58% -
XYZ 6.56 2.83 28.22 -
YUV 33.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 47 4 148 0.68 0.97 0 0.42 257.92 0.95 0.3
Hex 2F 4 94 44 61 0 2A 102 5F 1E
Octal 57 4 224 104 141 0 52 402 137 36
Binary 101111 100 10010100 1000100 1100001 0 101010 100000010 1011111 11110

Color Harmonies of #2F0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0494

Black with #2F0494

Text Example


Text Example

White with #2F0494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,4,148); }

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

background-color css

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

 a { background-color: rgb(47,4,148); }

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

border-color css

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

 span { border-color: rgb(47,4,148); }

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