Html Css Color HEX #2A1ACE Persian Blue

📋 copy color: '#2A1ACE'

red 42 ◦ green 26 ◦ blue 206

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

Shades of Persian Blue #2A1ACE

Tints of Persian Blue #2A1ACE

RGB

 RED value IS 42 (16.8% from 255) = 15.33%

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

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 15.33%
G = 9.49%
B = 75.18%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A1ACE (or 0x2A1ACE) is known color: Persian Blue. HEX triplet: 2A, 1A and CE. RGB value is (42,26,206). Sum of RGB (Red+Green+Blue) = 42+26+206=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1ACE is #D5E531. Grayscale: #323232. Windows color (decimal): -14017842 or 13507114. OLE color: 13507114.

HSL color Cylindrical-coordinate representation of color #2A1ACE: hue angle of 245.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1ACE is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 26 206 -
CMYK 0.80 0.87 0 0.19
HSL 245.33º 0.78% 0.45% -
HSV(B) 245.33º 0.87% 0.81% -
XYZ 12.46 5.69 58.83 -
YUV 51.3 215.3 121.36 -
System Red Green Blue C M Y K H S L
Decimal 42 26 206 0.80 0.87 0 0.19 245.33 0.78 0.45
Hex 2A 1A CE 50 57 0 13 F5 4E 2D
Octal 52 32 316 120 127 0 23 365 116 55
Binary 101010 11010 11001110 1010000 1010111 0 10011 11110101 1001110 101101

Color Harmonies of #2A1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1ACE

Black with #2A1ACE

Text Example


Text Example

White with #2A1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,26,206); }

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

background-color css

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

 a { background-color: rgb(42,26,206); }

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

border-color css

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

 span { border-color: rgb(42,26,206); }

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