Html Css Color HEX #2F196F Persian Indigo

📋 copy color: '#2F196F'

red 47 ◦ green 25 ◦ blue 111

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

Shades of Persian Indigo #2F196F

Tints of Persian Indigo #2F196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 25.68%
G = 13.66%
B = 60.66%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F196F (or 0x2F196F) is known color: Persian Indigo. HEX triplet: 2F, 19 and 6F. RGB value is (47,25,111). Sum of RGB (Red+Green+Blue) = 47+25+111=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F196F is #D0E690. Grayscale: #292929. Windows color (decimal): -13690513 or 7280943. OLE color: 7280943.

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

Color convert

RGB 47 25 111 -
CMYK 0.58 0.77 0 0.56
HSL 255.35º 0.63% 0.27% -
HSV(B) 255.35º 0.77% 0.44% -
XYZ 4.39 2.45 15.28 -
YUV 41.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 47 25 111 0.58 0.77 0 0.56 255.35 0.63 0.27
Hex 2F 19 6F 3A 4D 0 38 FF 3F 1B
Octal 57 31 157 72 115 0 70 377 77 33
Binary 101111 11001 1101111 111010 1001101 0 111000 11111111 111111 11011

Color Harmonies of #2F196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F196F

Black with #2F196F

Text Example


Text Example

White with #2F196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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