Html Css Color HEX #2741AC Persian Blue

📋 copy color: '#2741AC'

red 39 ◦ green 65 ◦ blue 172

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

Shades of Persian Blue #2741AC

Tints of Persian Blue #2741AC

RGB

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

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

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

R = 14.13%
G = 23.55%
B = 62.32%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2741AC (or 0x2741AC) is known color: Persian Blue. HEX triplet: 27, 41 and AC. RGB value is (39,65,172). Sum of RGB (Red+Green+Blue) = 39+65+172=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #2741AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2741AC is #D8BE53. Grayscale: #444444. Windows color (decimal): -14204500 or 11288871. OLE color: 11288871.

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

Color convert

RGB 39 65 172 -
CMYK 0.77 0.62 0 0.33
HSL 228.27º 0.63% 0.41% -
HSV(B) 228.27º 0.77% 0.67% -
XYZ 10.17 7.19 39.88 -
YUV 69.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 39 65 172 0.77 0.62 0 0.33 228.27 0.63 0.41
Hex 27 41 AC 4D 3E 0 21 E4 3F 29
Octal 47 101 254 115 76 0 41 344 77 51
Binary 100111 1000001 10101100 1001101 111110 0 100001 11100100 111111 101001

Color Harmonies of #2741AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741AC

Black with #2741AC

Text Example


Text Example

White with #2741AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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