Html Css Color HEX #2F166D Persian Indigo

📋 copy color: '#2F166D'

red 47 ◦ green 22 ◦ blue 109

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

Shades of Persian Indigo #2F166D

Tints of Persian Indigo #2F166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

 BLUE value IS 109 (42.97% from 255) = 61.24%

R = 26.4%
G = 12.36%
B = 61.24%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F166D (or 0x2F166D) is known color: Persian Indigo. HEX triplet: 2F, 16 and 6D. RGB value is (47,22,109). Sum of RGB (Red+Green+Blue) = 47+22+109=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F166D is #D0E992. Grayscale: #272727. Windows color (decimal): -13691283 or 7149103. OLE color: 7149103.

HSL color Cylindrical-coordinate representation of color #2F166D: hue angle of 257.24º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F166D is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 22 109 -
CMYK 0.57 0.80 0 0.57
HSL 257.24º 0.66% 0.26% -
HSV(B) 257.24º 0.8% 0.43% -
XYZ 4.22 2.28 14.69 -
YUV 39.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 47 22 109 0.57 0.80 0 0.57 257.24 0.66 0.26
Hex 2F 16 6D 39 50 0 39 101 42 1A
Octal 57 26 155 71 120 0 71 401 102 32
Binary 101111 10110 1101101 111001 1010000 0 111001 100000001 1000010 11010

Color Harmonies of #2F166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F166D

Black with #2F166D

Text Example


Text Example

White with #2F166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,22,109); }

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

background-color css

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

 a { background-color: rgb(47,22,109); }

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

border-color css

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

 span { border-color: rgb(47,22,109); }

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