Html Css Color HEX #2F2076 Persian Indigo

📋 copy color: '#2F2076'

red 47 ◦ green 32 ◦ blue 118

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

Shades of Persian Indigo #2F2076

Tints of Persian Indigo #2F2076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.9%

R = 23.86%
G = 16.24%
B = 59.9%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F2076 (or 0x2F2076) is known color: Persian Indigo. HEX triplet: 2F, 20 and 76. RGB value is (47,32,118). Sum of RGB (Red+Green+Blue) = 47+32+118=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2076 is #D0DF89. Grayscale: #2D2D2D. Windows color (decimal): -13688714 or 7741487. OLE color: 7741487.

HSL color Cylindrical-coordinate representation of color #2F2076: hue angle of 250.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2076 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 32 118 -
CMYK 0.60 0.73 0 0.54
HSL 250.47º 0.57% 0.29% -
HSV(B) 250.47º 0.73% 0.46% -
XYZ 4.96 2.95 17.45 -
YUV 46.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 47 32 118 0.60 0.73 0 0.54 250.47 0.57 0.29
Hex 2F 20 76 3C 49 0 36 FA 39 1D
Octal 57 40 166 74 111 0 66 372 71 35
Binary 101111 100000 1110110 111100 1001001 0 110110 11111010 111001 11101

Color Harmonies of #2F2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2076

Black with #2F2076

Text Example


Text Example

White with #2F2076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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