Html Css Color HEX #2E247C Persian Indigo

📋 copy color: '#2E247C'

red 46 ◦ green 36 ◦ blue 124

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

Shades of Persian Indigo #2E247C

Tints of Persian Indigo #2E247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 22.33%
G = 17.48%
B = 60.19%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E247C (or 0x2E247C) is known color: Persian Indigo. HEX triplet: 2E, 24 and 7C. RGB value is (46,36,124). Sum of RGB (Red+Green+Blue) = 46+36+124=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E247C is #D1DB83. Grayscale: #303030. Windows color (decimal): -13753220 or 8135726. OLE color: 8135726.

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

Color convert

RGB 46 36 124 -
CMYK 0.63 0.71 0 0.51
HSL 246.82º 0.55% 0.31% -
HSV(B) 246.82º 0.71% 0.49% -
XYZ 5.4 3.3 19.42 -
YUV 49.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 46 36 124 0.63 0.71 0 0.51 246.82 0.55 0.31
Hex 2E 24 7C 3F 47 0 33 F7 37 1F
Octal 56 44 174 77 107 0 63 367 67 37
Binary 101110 100100 1111100 111111 1000111 0 110011 11110111 110111 11111

Color Harmonies of #2E247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E247C

Black with #2E247C

Text Example


Text Example

White with #2E247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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