Html Css Color HEX #2E0468 Persian Indigo

📋 copy color: '#2E0468'

red 46 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #2E0468

Tints of Persian Indigo #2E0468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.53%

R = 29.87%
G = 2.6%
B = 67.53%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E0468 (or 0x2E0468) is known color: Persian Indigo. HEX triplet: 2E, 04 and 68. RGB value is (46,4,104). Sum of RGB (Red+Green+Blue) = 46+4+104=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0468 is #D1FB97. Grayscale: #1B1B1B. Windows color (decimal): -13761432 or 6816814. OLE color: 6816814.

HSL color Cylindrical-coordinate representation of color #2E0468: hue angle of 265.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0468 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 4 104 -
CMYK 0.56 0.96 0 0.59
HSL 265.2º 0.93% 0.21% -
HSV(B) 265.2º 0.96% 0.41% -
XYZ 3.67 1.67 13.23 -
YUV 27.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 46 4 104 0.56 0.96 0 0.59 265.2 0.93 0.21
Hex 2E 4 68 38 60 0 3B 109 5D 15
Octal 56 4 150 70 140 0 73 411 135 25
Binary 101110 100 1101000 111000 1100000 0 111011 100001001 1011101 10101

Color Harmonies of #2E0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0468

Black with #2E0468

Text Example


Text Example

White with #2E0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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