Html Css Color HEX #2F136E Persian Indigo

📋 copy color: '#2F136E'

red 47 ◦ green 19 ◦ blue 110

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

Shades of Persian Indigo #2F136E

Tints of Persian Indigo #2F136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.5%

R = 26.7%
G = 10.8%
B = 62.5%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F136E (or 0x2F136E) is known color: Persian Indigo. HEX triplet: 2F, 13 and 6E. RGB value is (47,19,110). Sum of RGB (Red+Green+Blue) = 47+19+110=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F136E is #D0EC91. Grayscale: #252525. Windows color (decimal): -13692050 or 7213871. OLE color: 7213871.

HSL color Cylindrical-coordinate representation of color #2F136E: hue angle of 258.46º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F136E is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 19 110 -
CMYK 0.57 0.83 0 0.57
HSL 258.46º 0.71% 0.25% -
HSV(B) 258.46º 0.83% 0.43% -
XYZ 4.22 2.2 14.95 -
YUV 37.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 47 19 110 0.57 0.83 0 0.57 258.46 0.71 0.25
Hex 2F 13 6E 39 53 0 39 102 47 19
Octal 57 23 156 71 123 0 71 402 107 31
Binary 101111 10011 1101110 111001 1010011 0 111001 100000010 1000111 11001

Color Harmonies of #2F136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F136E

Black with #2F136E

Text Example


Text Example

White with #2F136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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