Html Css Color HEX #2F2097 Persian Indigo

📋 copy color: '#2F2097'

red 47 ◦ green 32 ◦ blue 151

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

Shades of Persian Indigo #2F2097

Tints of Persian Indigo #2F2097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

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

R = 20.43%
G = 13.91%
B = 65.65%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F2097 (or 0x2F2097) is known color: Persian Indigo. HEX triplet: 2F, 20 and 97. RGB value is (47,32,151). Sum of RGB (Red+Green+Blue) = 47+32+151=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 151 (59.38% from 255 or 65.65% from 230); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F2097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2097 is #D0DF68. Grayscale: #313131. Windows color (decimal): -13688681 or 9904175. OLE color: 9904175.

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

Color convert

RGB 47 32 151 -
CMYK 0.69 0.79 0 0.41
HSL 247.56º 0.65% 0.36% -
HSV(B) 247.56º 0.79% 0.59% -
XYZ 7.27 3.87 29.64 -
YUV 50.05 184.97 125.82 -
System Red Green Blue C M Y K H S L
Decimal 47 32 151 0.69 0.79 0 0.41 247.56 0.65 0.36
Hex 2F 20 97 45 4F 0 29 F8 41 24
Octal 57 40 227 105 117 0 51 370 101 44
Binary 101111 100000 10010111 1000101 1001111 0 101001 11111000 1000001 100100

Color Harmonies of #2F2097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2097

Black with #2F2097

Text Example


Text Example

White with #2F2097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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