Html Css Color HEX #2F056F Persian Indigo

📋 copy color: '#2F056F'

red 47 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #2F056F

Tints of Persian Indigo #2F056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 111 (43.75% from 255) = 68.1%

R = 28.83%
G = 3.07%
B = 68.1%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F056F (or 0x2F056F) is known color: Persian Indigo. HEX triplet: 2F, 05 and 6F. RGB value is (47,5,111). Sum of RGB (Red+Green+Blue) = 47+5+111=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F056F is #D0FA90. Grayscale: #1D1D1D. Windows color (decimal): -13695633 or 7275823. OLE color: 7275823.

HSL color Cylindrical-coordinate representation of color #2F056F: hue angle of 263.77º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F056F is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 5 111 -
CMYK 0.58 0.95 0 0.56
HSL 263.77º 0.91% 0.23% -
HSV(B) 263.77º 0.95% 0.44% -
XYZ 4.1 1.86 15.18 -
YUV 29.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 47 5 111 0.58 0.95 0 0.56 263.77 0.91 0.23
Hex 2F 5 6F 3A 5F 0 38 108 5B 17
Octal 57 5 157 72 137 0 70 410 133 27
Binary 101111 101 1101111 111010 1011111 0 111000 100001000 1011011 10111

Color Harmonies of #2F056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F056F

Black with #2F056F

Text Example


Text Example

White with #2F056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,5,111); }

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

background-color css

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

 a { background-color: rgb(47,5,111); }

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

border-color css

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

 span { border-color: rgb(47,5,111); }

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