Html Css Color HEX #2E1ACA Persian Blue

📋 copy color: '#2E1ACA'

red 46 ◦ green 26 ◦ blue 202

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

Shades of Persian Blue #2E1ACA

Tints of Persian Blue #2E1ACA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

 BLUE value IS 202 (79.3% from 255) = 73.72%

R = 16.79%
G = 9.49%
B = 73.72%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E1ACA (or 0x2E1ACA) is known color: Persian Blue. HEX triplet: 2E, 1A and CA. RGB value is (46,26,202). Sum of RGB (Red+Green+Blue) = 46+26+202=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 202 (79.30% from 255 or 73.72% from 274); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E1ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1ACA is #D1E535. Grayscale: #333333. Windows color (decimal): -13755702 or 13244974. OLE color: 13244974.

HSL color Cylindrical-coordinate representation of color #2E1ACA: hue angle of 246.82º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1ACA is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 26 202 -
CMYK 0.77 0.87 0 0.21
HSL 246.82º 0.77% 0.45% -
HSV(B) 246.82º 0.87% 0.79% -
XYZ 12.16 5.58 56.31 -
YUV 52.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 46 26 202 0.77 0.87 0 0.21 246.82 0.77 0.45
Hex 2E 1A CA 4D 57 0 15 F7 4D 2D
Octal 56 32 312 115 127 0 25 367 115 55
Binary 101110 11010 11001010 1001101 1010111 0 10101 11110111 1001101 101101

Color Harmonies of #2E1ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1ACA

Black with #2E1ACA

Text Example


Text Example

White with #2E1ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,26,202); }

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

background-color css

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

 a { background-color: rgb(46,26,202); }

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

border-color css

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

 span { border-color: rgb(46,26,202); }

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