Html Css Color HEX #2E237F Persian Indigo

📋 copy color: '#2E237F'

red 46 ◦ green 35 ◦ blue 127

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

Shades of Persian Indigo #2E237F

Tints of Persian Indigo #2E237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

 BLUE value IS 127 (50% from 255) = 61.06%

R = 22.12%
G = 16.83%
B = 61.06%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E237F (or 0x2E237F) is known color: Persian Indigo. HEX triplet: 2E, 23 and 7F. RGB value is (46,35,127). Sum of RGB (Red+Green+Blue) = 46+35+127=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E237F is #D1DC80. Grayscale: #303030. Windows color (decimal): -13753473 or 8332078. OLE color: 8332078.

HSL color Cylindrical-coordinate representation of color #2E237F: hue angle of 247.17º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E237F is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 35 127 -
CMYK 0.64 0.72 0 0.50
HSL 247.17º 0.57% 0.32% -
HSV(B) 247.17º 0.72% 0.5% -
XYZ 5.56 3.32 20.43 -
YUV 48.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 46 35 127 0.64 0.72 0 0.50 247.17 0.57 0.32
Hex 2E 23 7F 40 48 0 32 F7 39 20
Octal 56 43 177 100 110 0 62 367 71 40
Binary 101110 100011 1111111 1000000 1001000 0 110010 11110111 111001 100000

Color Harmonies of #2E237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E237F

Black with #2E237F

Text Example


Text Example

White with #2E237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,35,127); }

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

background-color css

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

 a { background-color: rgb(46,35,127); }

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

border-color css

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

 span { border-color: rgb(46,35,127); }

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