Html Css Color HEX #2F158B Persian Indigo

📋 copy color: '#2F158B'

red 47 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #2F158B

Tints of Persian Indigo #2F158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 22.71%
G = 10.14%
B = 67.15%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F158B (or 0x2F158B) is known color: Persian Indigo. HEX triplet: 2F, 15 and 8B. RGB value is (47,21,139). Sum of RGB (Red+Green+Blue) = 47+21+139=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F158B is #D0EA74. Grayscale: #292929. Windows color (decimal): -13691509 or 9114927. OLE color: 9114927.

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

Color convert

RGB 47 21 139 -
CMYK 0.66 0.85 0 0.45
HSL 253.22º 0.74% 0.31% -
HSV(B) 253.22º 0.85% 0.55% -
XYZ 6.1 3 24.68 -
YUV 42.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 47 21 139 0.66 0.85 0 0.45 253.22 0.74 0.31
Hex 2F 15 8B 42 55 0 2D FD 4A 1F
Octal 57 25 213 102 125 0 55 375 112 37
Binary 101111 10101 10001011 1000010 1010101 0 101101 11111101 1001010 11111

Color Harmonies of #2F158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F158B

Black with #2F158B

Text Example


Text Example

White with #2F158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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