Html Css Color HEX #2E0264 Persian Indigo

📋 copy color: '#2E0264'

red 46 ◦ green 2 ◦ blue 100

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

Shades of Persian Indigo #2E0264

Tints of Persian Indigo #2E0264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 100 (39.45% from 255) = 67.57%

R = 31.08%
G = 1.35%
B = 67.57%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E0264 (or 0x2E0264) is known color: Persian Indigo. HEX triplet: 2E, 02 and 64. RGB value is (46,2,100). Sum of RGB (Red+Green+Blue) = 46+2+100=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E0264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0264 is #D1FD9B. Grayscale: #191919. Windows color (decimal): -13761948 or 6554158. OLE color: 6554158.

HSL color Cylindrical-coordinate representation of color #2E0264: hue angle of 266.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0264 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 2 100 -
CMYK 0.54 0.98 0 0.61
HSL 266.94º 0.96% 0.2% -
HSV(B) 266.94º 0.98% 0.39% -
XYZ 3.45 1.54 12.17 -
YUV 26.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 46 2 100 0.54 0.98 0 0.61 266.94 0.96 0.2
Hex 2E 2 64 36 62 0 3D 10B 60 14
Octal 56 2 144 66 142 0 75 413 140 24
Binary 101110 10 1100100 110110 1100010 0 111101 100001011 1100000 10100

Color Harmonies of #2E0264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0264

Black with #2E0264

Text Example


Text Example

White with #2E0264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,2,100); }

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

background-color css

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

 a { background-color: rgb(46,2,100); }

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

border-color css

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

 span { border-color: rgb(46,2,100); }

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