Html Css Color HEX #2F198B Persian Indigo

📋 copy color: '#2F198B'

red 47 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #2F198B

Tints of Persian Indigo #2F198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.88%

R = 22.27%
G = 11.85%
B = 65.88%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F198B (or 0x2F198B) is known color: Persian Indigo. HEX triplet: 2F, 19 and 8B. RGB value is (47,25,139). Sum of RGB (Red+Green+Blue) = 47+25+139=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F198B is #D0E674. Grayscale: #2C2C2C. Windows color (decimal): -13690485 or 9115951. OLE color: 9115951.

HSL color Cylindrical-coordinate representation of color #2F198B: hue angle of 251.58º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F198B is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 25 139 -
CMYK 0.66 0.82 0 0.45
HSL 251.58º 0.7% 0.32% -
HSV(B) 251.58º 0.82% 0.55% -
XYZ 6.18 3.16 24.71 -
YUV 44.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 47 25 139 0.66 0.82 0 0.45 251.58 0.7 0.32
Hex 2F 19 8B 42 52 0 2D FC 46 20
Octal 57 31 213 102 122 0 55 374 106 40
Binary 101111 11001 10001011 1000010 1010010 0 101101 11111100 1000110 100000

Color Harmonies of #2F198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F198B

Black with #2F198B

Text Example


Text Example

White with #2F198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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