Html Css Color HEX #2E067A Persian Indigo

📋 copy color: '#2E067A'

red 46 ◦ green 6 ◦ blue 122

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

Shades of Persian Indigo #2E067A

Tints of Persian Indigo #2E067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

 BLUE value IS 122 (48.05% from 255) = 70.11%

R = 26.44%
G = 3.45%
B = 70.11%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E067A (or 0x2E067A) is known color: Persian Indigo. HEX triplet: 2E, 06 and 7A. RGB value is (46,6,122). Sum of RGB (Red+Green+Blue) = 46+6+122=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 122 (48.05% from 255 or 70.11% from 174); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E067A is #D1F985. Grayscale: #1E1E1E. Windows color (decimal): -13760902 or 7996974. OLE color: 7996974.

HSL color Cylindrical-coordinate representation of color #2E067A: hue angle of 260.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E067A is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 6 122 -
CMYK 0.62 0.95 0 0.52
HSL 260.69º 0.91% 0.25% -
HSV(B) 260.69º 0.95% 0.48% -
XYZ 4.7 2.12 18.57 -
YUV 31.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 46 6 122 0.62 0.95 0 0.52 260.69 0.91 0.25
Hex 2E 6 7A 3E 5F 0 34 105 5B 19
Octal 56 6 172 76 137 0 64 405 133 31
Binary 101110 110 1111010 111110 1011111 0 110100 100000101 1011011 11001

Color Harmonies of #2E067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E067A

Black with #2E067A

Text Example


Text Example

White with #2E067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,6,122); }

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

background-color css

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

 a { background-color: rgb(46,6,122); }

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

border-color css

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

 span { border-color: rgb(46,6,122); }

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