Html Css Color HEX #2F166C Persian Indigo

📋 copy color: '#2F166C'

red 47 ◦ green 22 ◦ blue 108

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

Shades of Persian Indigo #2F166C

Tints of Persian Indigo #2F166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 26.55%
G = 12.43%
B = 61.02%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F166C (or 0x2F166C) is known color: Persian Indigo. HEX triplet: 2F, 16 and 6C. RGB value is (47,22,108). Sum of RGB (Red+Green+Blue) = 47+22+108=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F166C is #D0E993. Grayscale: #262626. Windows color (decimal): -13691284 or 7083567. OLE color: 7083567.

HSL color Cylindrical-coordinate representation of color #2F166C: hue angle of 257.44º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F166C is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 22 108 -
CMYK 0.56 0.80 0 0.58
HSL 257.44º 0.66% 0.25% -
HSV(B) 257.44º 0.8% 0.42% -
XYZ 4.17 2.26 14.4 -
YUV 39.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 47 22 108 0.56 0.80 0 0.58 257.44 0.66 0.25
Hex 2F 16 6C 38 50 0 3A 101 42 19
Octal 57 26 154 70 120 0 72 401 102 31
Binary 101111 10110 1101100 111000 1010000 0 111010 100000001 1000010 11001

Color Harmonies of #2F166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F166C

Black with #2F166C

Text Example


Text Example

White with #2F166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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