Html Css Color HEX #2E166C Persian Indigo

📋 copy color: '#2E166C'

red 46 ◦ green 22 ◦ blue 108

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

Shades of Persian Indigo #2E166C

Tints of Persian Indigo #2E166C

RGB

 RED value IS 46 (18.36% from 255) = 26.14%

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

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

R = 26.14%
G = 12.5%
B = 61.36%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E166C (or 0x2E166C) is known color: Persian Indigo. HEX triplet: 2E, 16 and 6C. RGB value is (46,22,108). Sum of RGB (Red+Green+Blue) = 46+22+108=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E166C is #D1E993. Grayscale: #262626. Windows color (decimal): -13756820 or 7083566. OLE color: 7083566.

HSL color Cylindrical-coordinate representation of color #2E166C: hue angle of 256.74º 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 #2E166C is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 22 108 -
CMYK 0.57 0.80 0 0.58
HSL 256.74º 0.66% 0.25% -
HSV(B) 256.74º 0.8% 0.42% -
XYZ 4.12 2.24 14.4 -
YUV 38.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 46 22 108 0.57 0.80 0 0.58 256.74 0.66 0.25
Hex 2E 16 6C 39 50 0 3A 101 42 19
Octal 56 26 154 71 120 0 72 401 102 31
Binary 101110 10110 1101100 111001 1010000 0 111010 100000001 1000010 11001

Color Harmonies of #2E166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E166C

Black with #2E166C

Text Example


Text Example

White with #2E166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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