Html Css Color HEX #2E007D Persian Indigo

📋 copy color: '#2E007D'

red 46 ◦ green 0 ◦ blue 125

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

Shades of Persian Indigo #2E007D

Tints of Persian Indigo #2E007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.9%
G = 0%
B = 73.1%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E007D (or 0x2E007D) is known color: Persian Indigo. HEX triplet: 2E, 00 and 7D. RGB value is (46,0,125). Sum of RGB (Red+Green+Blue) = 46+0+125=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E007D is #D1FF82. Grayscale: #1B1B1B. Windows color (decimal): -13762435 or 8192046. OLE color: 8192046.

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

Color convert

RGB 46 0 125 -
CMYK 0.63 1 0 0.51
HSL 262.08º 1% 0.25% -
HSV(B) 262.08º 1% 0.49% -
XYZ 4.83 2.06 19.55 -
YUV 28 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 46 0 125 0.63 1 0 0.51 262.08 1 0.25
Hex 2E 0 7D 3F 64 0 33 106 64 19
Octal 56 0 175 77 144 0 63 406 144 31
Binary 101110 0 1111101 111111 1100100 0 110011 100000110 1100100 11001

Color Harmonies of #2E007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E007D

Black with #2E007D

Text Example


Text Example

White with #2E007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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