Html Css Color HEX #2F139B Persian Indigo

📋 copy color: '#2F139B'

red 47 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #2F139B

Tints of Persian Indigo #2F139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 155 (60.94% from 255) = 70.14%

R = 21.27%
G = 8.6%
B = 70.14%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F139B (or 0x2F139B) is known color: Persian Indigo. HEX triplet: 2F, 13 and 9B. RGB value is (47,19,155). Sum of RGB (Red+Green+Blue) = 47+19+155=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F139B is #D0EC64. Grayscale: #2A2A2A. Windows color (decimal): -13692005 or 10162991. OLE color: 10162991.

HSL color Cylindrical-coordinate representation of color #2F139B: hue angle of 252.35º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F139B is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 19 155 -
CMYK 0.70 0.88 0 0.39
HSL 252.35º 0.78% 0.34% -
HSV(B) 252.35º 0.88% 0.61% -
XYZ 7.32 3.44 31.29 -
YUV 42.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 47 19 155 0.70 0.88 0 0.39 252.35 0.78 0.34
Hex 2F 13 9B 46 58 0 27 FC 4E 22
Octal 57 23 233 106 130 0 47 374 116 42
Binary 101111 10011 10011011 1000110 1011000 0 100111 11111100 1001110 100010

Color Harmonies of #2F139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F139B

Black with #2F139B

Text Example


Text Example

White with #2F139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,19,155); }

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

background-color css

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

 a { background-color: rgb(47,19,155); }

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

border-color css

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

 span { border-color: rgb(47,19,155); }

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