Html Css Color HEX #2F1773 Persian Indigo

📋 copy color: '#2F1773'

red 47 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #2F1773

Tints of Persian Indigo #2F1773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.16%

R = 25.41%
G = 12.43%
B = 62.16%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F1773 (or 0x2F1773) is known color: Persian Indigo. HEX triplet: 2F, 17 and 73. RGB value is (47,23,115). Sum of RGB (Red+Green+Blue) = 47+23+115=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F1773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1773 is #D0E88C. Grayscale: #282828. Windows color (decimal): -13691021 or 7542575. OLE color: 7542575.

HSL color Cylindrical-coordinate representation of color #2F1773: hue angle of 255.65º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1773 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 23 115 -
CMYK 0.59 0.80 0 0.55
HSL 255.65º 0.67% 0.27% -
HSV(B) 255.65º 0.8% 0.45% -
XYZ 4.57 2.45 16.45 -
YUV 40.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 47 23 115 0.59 0.80 0 0.55 255.65 0.67 0.27
Hex 2F 17 73 3B 50 0 37 100 43 1B
Octal 57 27 163 73 120 0 67 400 103 33
Binary 101111 10111 1110011 111011 1010000 0 110111 100000000 1000011 11011

Color Harmonies of #2F1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1773

Black with #2F1773

Text Example


Text Example

White with #2F1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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