Html Css Color HEX #2B27AD Persian Blue

📋 copy color: '#2B27AD'

red 43 ◦ green 39 ◦ blue 173

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

Shades of Persian Blue #2B27AD

Tints of Persian Blue #2B27AD

RGB

 RED value IS 43 (17.19% from 255) = 16.86%

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

 BLUE value IS 173 (67.97% from 255) = 67.84%

R = 16.86%
G = 15.29%
B = 67.84%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B27AD (or 0x2B27AD) is known color: Persian Blue. HEX triplet: 2B, 27 and AD. RGB value is (43,39,173). Sum of RGB (Red+Green+Blue) = 43+39+173=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B27AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B27AD is #D4D852. Grayscale: #363636. Windows color (decimal): -13949011 or 11347755. OLE color: 11347755.

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

Color convert

RGB 43 39 173 -
CMYK 0.75 0.77 0 0.32
HSL 241.79º 0.63% 0.42% -
HSV(B) 241.79º 0.77% 0.68% -
XYZ 9.26 4.98 40.01 -
YUV 55.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 43 39 173 0.75 0.77 0 0.32 241.79 0.63 0.42
Hex 2B 27 AD 4B 4D 0 20 F2 3F 2A
Octal 53 47 255 113 115 0 40 362 77 52
Binary 101011 100111 10101101 1001011 1001101 0 100000 11110010 111111 101010

Color Harmonies of #2B27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B27AD

Black with #2B27AD

Text Example


Text Example

White with #2B27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,39,173); }

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

background-color css

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

 a { background-color: rgb(43,39,173); }

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

border-color css

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

 span { border-color: rgb(43,39,173); }

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