Html Css Color HEX #2F118B Persian Indigo

📋 copy color: '#2F118B'

red 47 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #2F118B

Tints of Persian Indigo #2F118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

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

R = 23.15%
G = 8.37%
B = 68.47%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F118B (or 0x2F118B) is known color: Persian Indigo. HEX triplet: 2F, 11 and 8B. RGB value is (47,17,139). Sum of RGB (Red+Green+Blue) = 47+17+139=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F118B is #D0EE74. Grayscale: #272727. Windows color (decimal): -13692533 or 9113903. OLE color: 9113903.

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

Color convert

RGB 47 17 139 -
CMYK 0.66 0.88 0 0.45
HSL 254.75º 0.78% 0.31% -
HSV(B) 254.75º 0.88% 0.55% -
XYZ 6.03 2.87 24.66 -
YUV 39.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 47 17 139 0.66 0.88 0 0.45 254.75 0.78 0.31
Hex 2F 11 8B 42 58 0 2D FF 4E 1F
Octal 57 21 213 102 130 0 55 377 116 37
Binary 101111 10001 10001011 1000010 1011000 0 101101 11111111 1001110 11111

Color Harmonies of #2F118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F118B

Black with #2F118B

Text Example


Text Example

White with #2F118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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