Html Css Color HEX #272DAB Persian Blue

📋 copy color: '#272DAB'

red 39 ◦ green 45 ◦ blue 171

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

Shades of Persian Blue #272DAB

Tints of Persian Blue #272DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.06%

R = 15.29%
G = 17.65%
B = 67.06%

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

#272DAB (or 0x272DAB) is known color: Persian Blue. HEX triplet: 27, 2D and AB. RGB value is (39,45,171). Sum of RGB (Red+Green+Blue) = 39+45+171=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #272DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272DAB is #D8D254. Grayscale: #393939. Windows color (decimal): -14209621 or 11218215. OLE color: 11218215.

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

Color convert

RGB 39 45 171 -
CMYK 0.77 0.74 0 0.33
HSL 237.27º 0.63% 0.41% -
HSV(B) 237.27º 0.77% 0.67% -
XYZ 9.13 5.25 39.06 -
YUV 57.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 39 45 171 0.77 0.74 0 0.33 237.27 0.63 0.41
Hex 27 2D AB 4D 4A 0 21 ED 3F 29
Octal 47 55 253 115 112 0 41 355 77 51
Binary 100111 101101 10101011 1001101 1001010 0 100001 11101101 111111 101001

Color Harmonies of #272DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DAB

Black with #272DAB

Text Example


Text Example

White with #272DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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