Html Css Color HEX #2E107B Persian Indigo

📋 copy color: '#2E107B'

red 46 ◦ green 16 ◦ blue 123

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

Shades of Persian Indigo #2E107B

Tints of Persian Indigo #2E107B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 66.49%

R = 24.86%
G = 8.65%
B = 66.49%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E107B (or 0x2E107B) is known color: Persian Indigo. HEX triplet: 2E, 10 and 7B. RGB value is (46,16,123). Sum of RGB (Red+Green+Blue) = 46+16+123=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E107B is #D1EF84. Grayscale: #242424. Windows color (decimal): -13758341 or 8065070. OLE color: 8065070.

HSL color Cylindrical-coordinate representation of color #2E107B: hue angle of 256.82º 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 #2E107B is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 16 123 -
CMYK 0.63 0.87 0 0.52
HSL 256.82º 0.77% 0.27% -
HSV(B) 256.82º 0.87% 0.48% -
XYZ 4.89 2.38 18.94 -
YUV 37.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 46 16 123 0.63 0.87 0 0.52 256.82 0.77 0.27
Hex 2E 10 7B 3F 57 0 34 101 4D 1B
Octal 56 20 173 77 127 0 64 401 115 33
Binary 101110 10000 1111011 111111 1010111 0 110100 100000001 1001101 11011

Color Harmonies of #2E107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E107B

Black with #2E107B

Text Example


Text Example

White with #2E107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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