Html Css Color HEX #2E107A Persian Indigo

📋 copy color: '#2E107A'

red 46 ◦ green 16 ◦ blue 122

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

Shades of Persian Indigo #2E107A

Tints of Persian Indigo #2E107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

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

R = 25%
G = 8.7%
B = 66.3%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E107A (or 0x2E107A) is known color: Persian Indigo. HEX triplet: 2E, 10 and 7A. RGB value is (46,16,122). Sum of RGB (Red+Green+Blue) = 46+16+122=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E107A is #D1EF85. Grayscale: #242424. Windows color (decimal): -13758342 or 7999534. OLE color: 7999534.

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

Color convert

RGB 46 16 122 -
CMYK 0.62 0.87 0 0.52
HSL 256.98º 0.77% 0.27% -
HSV(B) 256.98º 0.87% 0.48% -
XYZ 4.82 2.36 18.61 -
YUV 37.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 46 16 122 0.62 0.87 0 0.52 256.98 0.77 0.27
Hex 2E 10 7A 3E 57 0 34 101 4D 1B
Octal 56 20 172 76 127 0 64 401 115 33
Binary 101110 10000 1111010 111110 1010111 0 110100 100000001 1001101 11011

Color Harmonies of #2E107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E107A

Black with #2E107A

Text Example


Text Example

White with #2E107A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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