Html Css Color HEX #2F0676 Persian Indigo

📋 copy color: '#2F0676'

red 47 ◦ green 6 ◦ blue 118

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

Shades of Persian Indigo #2F0676

Tints of Persian Indigo #2F0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 27.49%
G = 3.51%
B = 69.01%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F0676 (or 0x2F0676) is known color: Persian Indigo. HEX triplet: 2F, 06 and 76. RGB value is (47,6,118). Sum of RGB (Red+Green+Blue) = 47+6+118=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F0676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0676 is #D0F989. Grayscale: #1E1E1E. Windows color (decimal): -13695370 or 7734831. OLE color: 7734831.

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

Color convert

RGB 47 6 118 -
CMYK 0.60 0.95 0 0.54
HSL 261.96º 0.9% 0.24% -
HSV(B) 261.96º 0.95% 0.46% -
XYZ 4.51 2.04 17.3 -
YUV 31.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 47 6 118 0.60 0.95 0 0.54 261.96 0.9 0.24
Hex 2F 6 76 3C 5F 0 36 106 5A 18
Octal 57 6 166 74 137 0 66 406 132 30
Binary 101111 110 1110110 111100 1011111 0 110110 100000110 1011010 11000

Color Harmonies of #2F0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0676

Black with #2F0676

Text Example


Text Example

White with #2F0676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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