Html Css Color HEX #2F1776 Persian Indigo

📋 copy color: '#2F1776'

red 47 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #2F1776

Tints of Persian Indigo #2F1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 25%
G = 12.23%
B = 62.77%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F1776 (or 0x2F1776) is known color: Persian Indigo. HEX triplet: 2F, 17 and 76. RGB value is (47,23,118). Sum of RGB (Red+Green+Blue) = 47+23+118=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1776 is #D0E889. Grayscale: #282828. Windows color (decimal): -13691018 or 7739183. OLE color: 7739183.

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

Color convert

RGB 47 23 118 -
CMYK 0.60 0.81 0 0.54
HSL 255.16º 0.67% 0.28% -
HSV(B) 255.16º 0.81% 0.46% -
XYZ 4.75 2.53 17.38 -
YUV 41.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 47 23 118 0.60 0.81 0 0.54 255.16 0.67 0.28
Hex 2F 17 76 3C 51 0 36 FF 43 1C
Octal 57 27 166 74 121 0 66 377 103 34
Binary 101111 10111 1110110 111100 1010001 0 110110 11111111 1000011 11100

Color Harmonies of #2F1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1776

Black with #2F1776

Text Example


Text Example

White with #2F1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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