Html Css Color HEX #2E0066 Persian Indigo

📋 copy color: '#2E0066'

red 46 ◦ green 0 ◦ blue 102

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

Shades of Persian Indigo #2E0066

Tints of Persian Indigo #2E0066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68.92%

R = 31.08%
G = 0%
B = 68.92%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2E0066 (or 0x2E0066) is known color: Persian Indigo. HEX triplet: 2E, 00 and 66. RGB value is (46,0,102). Sum of RGB (Red+Green+Blue) = 46+0+102=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0066 is #D1FF99. Grayscale: #191919. Windows color (decimal): -13762458 or 6684718. OLE color: 6684718.

HSL color Cylindrical-coordinate representation of color #2E0066: hue angle of 267.06º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0066 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 0 102 -
CMYK 0.55 1 0 0.6
HSL 267.06º 1% 0.2% -
HSV(B) 267.06º 1% 0.4% -
XYZ 3.52 1.54 12.68 -
YUV 25.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 46 0 102 0.55 1 0 0.6 267.06 1 0.2
Hex 2E 0 66 37 64 0 3C 10B 64 14
Octal 56 0 146 67 144 0 74 413 144 24
Binary 101110 0 1100110 110111 1100100 0 111100 100001011 1100100 10100

Color Harmonies of #2E0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0066

Black with #2E0066

Text Example


Text Example

White with #2E0066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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