Html Css Color HEX #2725AB Persian Blue

📋 copy color: '#2725AB'

red 39 ◦ green 37 ◦ blue 171

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

Shades of Persian Blue #2725AB

Tints of Persian Blue #2725AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

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

R = 15.79%
G = 14.98%
B = 69.23%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2725AB (or 0x2725AB) is known color: Persian Blue. HEX triplet: 27, 25 and AB. RGB value is (39,37,171). Sum of RGB (Red+Green+Blue) = 39+37+171=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #2725AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2725AB is #D8DA54. Grayscale: #343434. Windows color (decimal): -14211669 or 11216167. OLE color: 11216167.

HSL color Cylindrical-coordinate representation of color #2725AB: hue angle of 240.9º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2725AB is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 37 171 -
CMYK 0.77 0.78 0 0.33
HSL 240.9º 0.64% 0.41% -
HSV(B) 240.9º 0.78% 0.67% -
XYZ 8.85 4.69 38.97 -
YUV 52.87 194.66 118.1 -
System Red Green Blue C M Y K H S L
Decimal 39 37 171 0.77 0.78 0 0.33 240.9 0.64 0.41
Hex 27 25 AB 4D 4E 0 21 F1 40 29
Octal 47 45 253 115 116 0 41 361 100 51
Binary 100111 100101 10101011 1001101 1001110 0 100001 11110001 1000000 101001

Color Harmonies of #2725AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2725AB

Black with #2725AB

Text Example


Text Example

White with #2725AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2725AB; }

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

 H1.HeaderClassName
 {
   color: #2725AB;
 }
 .AnyTagClassName
 {
   color: #2725AB;
 }
</style>

background-color css

<style>
 a { background-color: #2725AB; }

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

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

border-color css

<style>
 span { border-color: #2725AB; }

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

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