Html Css Color HEX #2A1ABA Persian Blue

📋 copy color: '#2A1ABA'

red 42 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #2A1ABA

Tints of Persian Blue #2A1ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.23%

R = 16.54%
G = 10.24%
B = 73.23%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A1ABA (or 0x2A1ABA) is known color: Persian Blue. HEX triplet: 2A, 1A and BA. RGB value is (42,26,186). Sum of RGB (Red+Green+Blue) = 42+26+186=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A1ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1ABA is #D5E545. Grayscale: #303030. Windows color (decimal): -14017862 or 12196394. OLE color: 12196394.

HSL color Cylindrical-coordinate representation of color #2A1ABA: hue angle of 246º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1ABA is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 26 186 -
CMYK 0.77 0.86 0 0.27
HSL 246º 0.75% 0.42% -
HSV(B) 246º 0.86% 0.73% -
XYZ 10.19 4.78 46.84 -
YUV 49.02 205.3 122.99 -
System Red Green Blue C M Y K H S L
Decimal 42 26 186 0.77 0.86 0 0.27 246 0.75 0.42
Hex 2A 1A BA 4D 56 0 1B F6 4B 2A
Octal 52 32 272 115 126 0 33 366 113 52
Binary 101010 11010 10111010 1001101 1010110 0 11011 11110110 1001011 101010

Color Harmonies of #2A1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1ABA

Black with #2A1ABA

Text Example


Text Example

White with #2A1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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