Html Css Color HEX #2741D7 Persian Blue

📋 copy color: '#2741D7'

red 39 ◦ green 65 ◦ blue 215

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

Shades of Persian Blue #2741D7

Tints of Persian Blue #2741D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 67.4%

R = 12.23%
G = 20.38%
B = 67.4%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2741D7 (or 0x2741D7) is known color: Persian Blue. HEX triplet: 27, 41 and D7. RGB value is (39,65,215). Sum of RGB (Red+Green+Blue) = 39+65+215=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 215 (84.38% from 255 or 67.40% from 319); Max value from RGB is 215 - color contains mainly: blue. Hex color #2741D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2741D7 is #D8BE28. Grayscale: #494949. Windows color (decimal): -14204457 or 14106919. OLE color: 14106919.

HSL color Cylindrical-coordinate representation of color #2741D7: hue angle of 231.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2741D7 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 65 215 -
CMYK 0.82 0.70 0 0.16
HSL 231.14º 0.69% 0.5% -
HSV(B) 231.14º 0.82% 0.84% -
XYZ 14.99 9.12 65.26 -
YUV 74.33 207.39 102.8 -
System Red Green Blue C M Y K H S L
Decimal 39 65 215 0.82 0.70 0 0.16 231.14 0.69 0.5
Hex 27 41 D7 52 46 0 10 E7 45 32
Octal 47 101 327 122 106 0 20 347 105 62
Binary 100111 1000001 11010111 1010010 1000110 0 10000 11100111 1000101 110010

Color Harmonies of #2741D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741D7

Black with #2741D7

Text Example


Text Example

White with #2741D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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