Html Css Color HEX #2E257B Persian Indigo

📋 copy color: '#2E257B'

red 46 ◦ green 37 ◦ blue 123

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

Shades of Persian Indigo #2E257B

Tints of Persian Indigo #2E257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 22.33%
G = 17.96%
B = 59.71%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E257B (or 0x2E257B) is known color: Persian Indigo. HEX triplet: 2E, 25 and 7B. RGB value is (46,37,123). Sum of RGB (Red+Green+Blue) = 46+37+123=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E257B is #D1DA84. Grayscale: #313131. Windows color (decimal): -13752965 or 8070446. OLE color: 8070446.

HSL color Cylindrical-coordinate representation of color #2E257B: hue angle of 246.28º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E257B is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 37 123 -
CMYK 0.63 0.70 0 0.52
HSL 246.28º 0.54% 0.31% -
HSV(B) 246.28º 0.7% 0.48% -
XYZ 5.36 3.33 19.1 -
YUV 49.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 46 37 123 0.63 0.70 0 0.52 246.28 0.54 0.31
Hex 2E 25 7B 3F 46 0 34 F6 36 1F
Octal 56 45 173 77 106 0 64 366 66 37
Binary 101110 100101 1111011 111111 1000110 0 110100 11110110 110110 11111

Color Harmonies of #2E257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E257B

Black with #2E257B

Text Example


Text Example

White with #2E257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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