Html Css Color HEX #2A27AB Persian Blue

📋 copy color: '#2A27AB'

red 42 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #2A27AB

Tints of Persian Blue #2A27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 16.67%
G = 15.48%
B = 67.86%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A27AB (or 0x2A27AB) is known color: Persian Blue. HEX triplet: 2A, 27 and AB. RGB value is (42,39,171). Sum of RGB (Red+Green+Blue) = 42+39+171=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A27AB is #D5D854. Grayscale: #363636. Windows color (decimal): -14014549 or 11216682. OLE color: 11216682.

HSL color Cylindrical-coordinate representation of color #2A27AB: hue angle of 241.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A27AB is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 39 171 -
CMYK 0.75 0.77 0 0.33
HSL 241.36º 0.63% 0.41% -
HSV(B) 241.36º 0.77% 0.67% -
XYZ 9.03 4.88 38.99 -
YUV 54.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 42 39 171 0.75 0.77 0 0.33 241.36 0.63 0.41
Hex 2A 27 AB 4B 4D 0 21 F1 3F 29
Octal 52 47 253 113 115 0 41 361 77 51
Binary 101010 100111 10101011 1001011 1001101 0 100001 11110001 111111 101001

Color Harmonies of #2A27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A27AB

Black with #2A27AB

Text Example


Text Example

White with #2A27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,39,171); }

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

background-color css

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

 a { background-color: rgb(42,39,171); }

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

border-color css

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

 span { border-color: rgb(42,39,171); }

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