Html Css Color HEX #2741AD Persian Blue

📋 copy color: '#2741AD'

red 39 ◦ green 65 ◦ blue 173

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

Shades of Persian Blue #2741AD

Tints of Persian Blue #2741AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 14.08%
G = 23.47%
B = 62.45%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2741AD (or 0x2741AD) is known color: Persian Blue. HEX triplet: 27, 41 and AD. RGB value is (39,65,173). Sum of RGB (Red+Green+Blue) = 39+65+173=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #2741AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2741AD is #D8BE52. Grayscale: #454545. Windows color (decimal): -14204499 or 11354407. OLE color: 11354407.

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

Color convert

RGB 39 65 173 -
CMYK 0.77 0.62 0 0.32
HSL 228.36º 0.63% 0.42% -
HSV(B) 228.36º 0.77% 0.68% -
XYZ 10.27 7.23 40.39 -
YUV 69.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 39 65 173 0.77 0.62 0 0.32 228.36 0.63 0.42
Hex 27 41 AD 4D 3E 0 20 E4 3F 2A
Octal 47 101 255 115 76 0 40 344 77 52
Binary 100111 1000001 10101101 1001101 111110 0 100000 11100100 111111 101010

Color Harmonies of #2741AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741AD

Black with #2741AD

Text Example


Text Example

White with #2741AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2741AD; }

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

 H1.HeaderClassName
 {
   color: #2741AD;
 }
 .AnyTagClassName
 {
   color: #2741AD;
 }
</style>

background-color css

<style>
 a { background-color: #2741AD; }

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

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

border-color css

<style>
 span { border-color: #2741AD; }

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

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