Html Css Color HEX #272CAD Persian Blue

📋 copy color: '#272CAD'

red 39 ◦ green 44 ◦ blue 173

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

Shades of Persian Blue #272CAD

Tints of Persian Blue #272CAD

RGB

 RED value IS 39 (15.63% from 255) = 15.23%

 GREEN value IS 44 (17.58% from 255) = 17.19%

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

R = 15.23%
G = 17.19%
B = 67.58%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#272CAD (or 0x272CAD) is known color: Persian Blue. HEX triplet: 27, 2C and AD. RGB value is (39,44,173). Sum of RGB (Red+Green+Blue) = 39+44+173=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #272CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272CAD is #D8D352. Grayscale: #383838. Windows color (decimal): -14209875 or 11349031. OLE color: 11349031.

HSL color Cylindrical-coordinate representation of color #272CAD: hue angle of 237.76º 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 #272CAD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 44 173 -
CMYK 0.77 0.75 0 0.32
HSL 237.76º 0.63% 0.42% -
HSV(B) 237.76º 0.77% 0.68% -
XYZ 9.28 5.25 40.06 -
YUV 57.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 39 44 173 0.77 0.75 0 0.32 237.76 0.63 0.42
Hex 27 2C AD 4D 4B 0 20 EE 3F 2A
Octal 47 54 255 115 113 0 40 356 77 52
Binary 100111 101100 10101101 1001101 1001011 0 100000 11101110 111111 101010

Color Harmonies of #272CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CAD

Black with #272CAD

Text Example


Text Example

White with #272CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272CAD; }

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

 H1.HeaderClassName
 {
   color: #272CAD;
 }
 .AnyTagClassName
 {
   color: #272CAD;
 }
</style>

background-color css

<style>
 a { background-color: #272CAD; }

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

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

border-color css

<style>
 span { border-color: #272CAD; }

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

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