Html Css Color HEX #272DAD Persian Blue

📋 copy color: '#272DAD'

red 39 ◦ green 45 ◦ blue 173

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

Shades of Persian Blue #272DAD

Tints of Persian Blue #272DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

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

R = 15.18%
G = 17.51%
B = 67.32%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#272DAD (or 0x272DAD) is known color: Persian Blue. HEX triplet: 27, 2D and AD. RGB value is (39,45,173). Sum of RGB (Red+Green+Blue) = 39+45+173=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #272DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272DAD is #D8D252. Grayscale: #393939. Windows color (decimal): -14209619 or 11349287. OLE color: 11349287.

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

Color convert

RGB 39 45 173 -
CMYK 0.77 0.74 0 0.32
HSL 237.31º 0.63% 0.42% -
HSV(B) 237.31º 0.77% 0.68% -
XYZ 9.32 5.33 40.07 -
YUV 57.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 39 45 173 0.77 0.74 0 0.32 237.31 0.63 0.42
Hex 27 2D AD 4D 4A 0 20 ED 3F 2A
Octal 47 55 255 115 112 0 40 355 77 52
Binary 100111 101101 10101101 1001101 1001010 0 100000 11101101 111111 101010

Color Harmonies of #272DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DAD

Black with #272DAD

Text Example


Text Example

White with #272DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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