Html Css Color HEX #2C27AB Persian Blue

📋 copy color: '#2C27AB'

red 44 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #2C27AB

Tints of Persian Blue #2C27AB

RGB

 RED value IS 44 (17.58% from 255) = 17.32%

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

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

R = 17.32%
G = 15.35%
B = 67.32%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C27AB (or 0x2C27AB) is known color: Persian Blue. HEX triplet: 2C, 27 and AB. RGB value is (44,39,171). Sum of RGB (Red+Green+Blue) = 44+39+171=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C27AB is #D3D854. Grayscale: #373737. Windows color (decimal): -13883477 or 11216684. OLE color: 11216684.

HSL color Cylindrical-coordinate representation of color #2C27AB: hue angle of 242.27º 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 #2C27AB is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 39 171 -
CMYK 0.74 0.77 0 0.33
HSL 242.27º 0.63% 0.41% -
HSV(B) 242.27º 0.77% 0.67% -
XYZ 9.11 4.93 39 -
YUV 55.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 44 39 171 0.74 0.77 0 0.33 242.27 0.63 0.41
Hex 2C 27 AB 4A 4D 0 21 F2 3F 29
Octal 54 47 253 112 115 0 41 362 77 51
Binary 101100 100111 10101011 1001010 1001101 0 100001 11110010 111111 101001

Color Harmonies of #2C27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C27AB

Black with #2C27AB

Text Example


Text Example

White with #2C27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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