Html Css Color HEX #272E91 Jacksons Purple

📋 copy color: '#272E91'

red 39 ◦ green 46 ◦ blue 145

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

Shades of Jacksons Purple #272E91

Tints of Jacksons Purple #272E91

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20%

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 16.96%
G = 20%
B = 63.04%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#272E91 (or 0x272E91) is known color: Jacksons Purple. HEX triplet: 27, 2E and 91. RGB value is (39,46,145). Sum of RGB (Red+Green+Blue) = 39+46+145=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #272E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E91 is #D8D16E. Grayscale: #363636. Windows color (decimal): -14209391 or 9514535. OLE color: 9514535.

HSL color Cylindrical-coordinate representation of color #272E91: hue angle of 236.04º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272E91 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 46 145 -
CMYK 0.73 0.68 0 0.43
HSL 236.04º 0.58% 0.36% -
HSV(B) 236.04º 0.73% 0.57% -
XYZ 6.92 4.43 27.28 -
YUV 55.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 39 46 145 0.73 0.68 0 0.43 236.04 0.58 0.36
Hex 27 2E 91 49 44 0 2B EC 3A 24
Octal 47 56 221 111 104 0 53 354 72 44
Binary 100111 101110 10010001 1001001 1000100 0 101011 11101100 111010 100100

Color Harmonies of #272E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E91

Black with #272E91

Text Example


Text Example

White with #272E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,46,145); }

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

background-color css

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

 a { background-color: rgb(39,46,145); }

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

border-color css

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

 span { border-color: rgb(39,46,145); }

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