Html Css Color HEX #272BAD Persian Blue

📋 copy color: '#272BAD'

red 39 ◦ green 43 ◦ blue 173

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

Shades of Persian Blue #272BAD

Tints of Persian Blue #272BAD

RGB

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

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

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

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

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

#272BAD (or 0x272BAD) is known color: Persian Blue. HEX triplet: 27, 2B and AD. RGB value is (39,43,173). Sum of RGB (Red+Green+Blue) = 39+43+173=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 43 (17.19% from 255 or 16.86% 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 #272BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272BAD is #D8D452. Grayscale: #383838. Windows color (decimal): -14210131 or 11348775. OLE color: 11348775.

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

Color convert

RGB 39 43 173 -
CMYK 0.77 0.75 0 0.32
HSL 238.21º 0.63% 0.42% -
HSV(B) 238.21º 0.77% 0.68% -
XYZ 9.24 5.18 40.05 -
YUV 56.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 39 43 173 0.77 0.75 0 0.32 238.21 0.63 0.42
Hex 27 2B AD 4D 4B 0 20 EE 3F 2A
Octal 47 53 255 115 113 0 40 356 77 52
Binary 100111 101011 10101101 1001101 1001011 0 100000 11101110 111111 101010

Color Harmonies of #272BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BAD

Black with #272BAD

Text Example


Text Example

White with #272BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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