Html Css Color HEX #2E167C Persian Indigo

📋 copy color: '#2E167C'

red 46 ◦ green 22 ◦ blue 124

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

Shades of Persian Indigo #2E167C

Tints of Persian Indigo #2E167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 23.96%
G = 11.46%
B = 64.58%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E167C (or 0x2E167C) is known color: Persian Indigo. HEX triplet: 2E, 16 and 7C. RGB value is (46,22,124). Sum of RGB (Red+Green+Blue) = 46+22+124=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E167C is #D1E983. Grayscale: #282828. Windows color (decimal): -13756804 or 8132142. OLE color: 8132142.

HSL color Cylindrical-coordinate representation of color #2E167C: hue angle of 254.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E167C is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 22 124 -
CMYK 0.63 0.82 0 0.51
HSL 254.12º 0.7% 0.29% -
HSV(B) 254.12º 0.82% 0.49% -
XYZ 5.05 2.61 19.31 -
YUV 40.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 46 22 124 0.63 0.82 0 0.51 254.12 0.7 0.29
Hex 2E 16 7C 3F 52 0 33 FE 46 1D
Octal 56 26 174 77 122 0 63 376 106 35
Binary 101110 10110 1111100 111111 1010010 0 110011 11111110 1000110 11101

Color Harmonies of #2E167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E167C

Black with #2E167C

Text Example


Text Example

White with #2E167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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