Html Css Color HEX #272DAC Persian Blue

📋 copy color: '#272DAC'

red 39 ◦ green 45 ◦ blue 172

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

Shades of Persian Blue #272DAC

Tints of Persian Blue #272DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.19%

R = 15.23%
G = 17.58%
B = 67.19%

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

#272DAC (or 0x272DAC) is known color: Persian Blue. HEX triplet: 27, 2D and AC. RGB value is (39,45,172). Sum of RGB (Red+Green+Blue) = 39+45+172=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #272DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272DAC is #D8D253. Grayscale: #393939. Windows color (decimal): -14209620 or 11283751. OLE color: 11283751.

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

Color convert

RGB 39 45 172 -
CMYK 0.77 0.74 0 0.33
HSL 237.29º 0.63% 0.41% -
HSV(B) 237.29º 0.77% 0.67% -
XYZ 9.22 5.29 39.56 -
YUV 57.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 39 45 172 0.77 0.74 0 0.33 237.29 0.63 0.41
Hex 27 2D AC 4D 4A 0 21 ED 3F 29
Octal 47 55 254 115 112 0 41 355 77 51
Binary 100111 101101 10101100 1001101 1001010 0 100001 11101101 111111 101001

Color Harmonies of #272DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DAC

Black with #272DAC

Text Example


Text Example

White with #272DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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