Html Css Color HEX #2E046C Persian Indigo

📋 copy color: '#2E046C'

red 46 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #2E046C

Tints of Persian Indigo #2E046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

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

R = 29.11%
G = 2.53%
B = 68.35%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E046C (or 0x2E046C) is known color: Persian Indigo. HEX triplet: 2E, 04 and 6C. RGB value is (46,4,108). Sum of RGB (Red+Green+Blue) = 46+4+108=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E046C is #D1FB93. Grayscale: #1C1C1C. Windows color (decimal): -13761428 or 7078958. OLE color: 7078958.

HSL color Cylindrical-coordinate representation of color #2E046C: hue angle of 264.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E046C is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 4 108 -
CMYK 0.57 0.96 0 0.58
HSL 264.23º 0.93% 0.22% -
HSV(B) 264.23º 0.96% 0.42% -
XYZ 3.88 1.75 14.32 -
YUV 28.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 46 4 108 0.57 0.96 0 0.58 264.23 0.93 0.22
Hex 2E 4 6C 39 60 0 3A 108 5D 16
Octal 56 4 154 71 140 0 72 410 135 26
Binary 101110 100 1101100 111001 1100000 0 111010 100001000 1011101 10110

Color Harmonies of #2E046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E046C

Black with #2E046C

Text Example


Text Example

White with #2E046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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