Html Css Color HEX #2E147D Persian Indigo

📋 copy color: '#2E147D'

red 46 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #2E147D

Tints of Persian Indigo #2E147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

 BLUE value IS 125 (49.22% from 255) = 65.45%

R = 24.08%
G = 10.47%
B = 65.45%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E147D (or 0x2E147D) is known color: Persian Indigo. HEX triplet: 2E, 14 and 7D. RGB value is (46,20,125). Sum of RGB (Red+Green+Blue) = 46+20+125=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E147D is #D1EB82. Grayscale: #272727. Windows color (decimal): -13757315 or 8197166. OLE color: 8197166.

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

Color convert

RGB 46 20 125 -
CMYK 0.63 0.84 0 0.51
HSL 254.86º 0.72% 0.28% -
HSV(B) 254.86º 0.84% 0.49% -
XYZ 5.08 2.56 19.63 -
YUV 39.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 46 20 125 0.63 0.84 0 0.51 254.86 0.72 0.28
Hex 2E 14 7D 3F 54 0 33 FF 48 1C
Octal 56 24 175 77 124 0 63 377 110 34
Binary 101110 10100 1111101 111111 1010100 0 110011 11111111 1001000 11100

Color Harmonies of #2E147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E147D

Black with #2E147D

Text Example


Text Example

White with #2E147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,20,125); }

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

background-color css

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

 a { background-color: rgb(46,20,125); }

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

border-color css

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

 span { border-color: rgb(46,20,125); }

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