Html Css Color HEX #2F0497 Persian Indigo

📋 copy color: '#2F0497'

red 47 ◦ green 4 ◦ blue 151

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

Shades of Persian Indigo #2F0497

Tints of Persian Indigo #2F0497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 23.27%
G = 1.98%
B = 74.75%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F0497 (or 0x2F0497) is known color: Persian Indigo. HEX triplet: 2F, 04 and 97. RGB value is (47,4,151). Sum of RGB (Red+Green+Blue) = 47+4+151=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F0497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0497 is #D0FB68. Grayscale: #212121. Windows color (decimal): -13695849 or 9897007. OLE color: 9897007.

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

Color convert

RGB 47 4 151 -
CMYK 0.69 0.97 0 0.41
HSL 257.55º 0.95% 0.3% -
HSV(B) 257.55º 0.97% 0.59% -
XYZ 6.8 2.93 29.48 -
YUV 33.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 47 4 151 0.69 0.97 0 0.41 257.55 0.95 0.3
Hex 2F 4 97 45 61 0 29 102 5F 1E
Octal 57 4 227 105 141 0 51 402 137 36
Binary 101111 100 10010111 1000101 1100001 0 101001 100000010 1011111 11110

Color Harmonies of #2F0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0497

Black with #2F0497

Text Example


Text Example

White with #2F0497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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