Html Css Color HEX #2E237C Persian Indigo

📋 copy color: '#2E237C'

red 46 ◦ green 35 ◦ blue 124

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

Shades of Persian Indigo #2E237C

Tints of Persian Indigo #2E237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 22.44%
G = 17.07%
B = 60.49%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E237C (or 0x2E237C) is known color: Persian Indigo. HEX triplet: 2E, 23 and 7C. RGB value is (46,35,124). Sum of RGB (Red+Green+Blue) = 46+35+124=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E237C is #D1DC83. Grayscale: #303030. Windows color (decimal): -13753476 or 8135470. OLE color: 8135470.

HSL color Cylindrical-coordinate representation of color #2E237C: hue angle of 247.42º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E237C is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 35 124 -
CMYK 0.63 0.72 0 0.51
HSL 247.42º 0.56% 0.31% -
HSV(B) 247.42º 0.72% 0.49% -
XYZ 5.37 3.24 19.41 -
YUV 48.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 46 35 124 0.63 0.72 0 0.51 247.42 0.56 0.31
Hex 2E 23 7C 3F 48 0 33 F7 38 1F
Octal 56 43 174 77 110 0 63 367 70 37
Binary 101110 100011 1111100 111111 1001000 0 110011 11110111 111000 11111

Color Harmonies of #2E237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E237C

Black with #2E237C

Text Example


Text Example

White with #2E237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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