Html Css Color HEX #272DAA Persian Blue

📋 copy color: '#272DAA'

red 39 ◦ green 45 ◦ blue 170

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

Shades of Persian Blue #272DAA

Tints of Persian Blue #272DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 15.35%
G = 17.72%
B = 66.93%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#272DAA (or 0x272DAA) is known color: Persian Blue. HEX triplet: 27, 2D and AA. RGB value is (39,45,170). Sum of RGB (Red+Green+Blue) = 39+45+170=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #272DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272DAA is #D8D255. Grayscale: #383838. Windows color (decimal): -14209622 or 11152679. OLE color: 11152679.

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

Color convert

RGB 39 45 170 -
CMYK 0.77 0.74 0 0.33
HSL 237.25º 0.63% 0.41% -
HSV(B) 237.25º 0.77% 0.67% -
XYZ 9.03 5.21 38.56 -
YUV 57.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 39 45 170 0.77 0.74 0 0.33 237.25 0.63 0.41
Hex 27 2D AA 4D 4A 0 21 ED 3F 29
Octal 47 55 252 115 112 0 41 355 77 51
Binary 100111 101101 10101010 1001101 1001010 0 100001 11101101 111111 101001

Color Harmonies of #272DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DAA

Black with #272DAA

Text Example


Text Example

White with #272DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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