Html Css Color HEX #272E90 Jacksons Purple

📋 copy color: '#272E90'

red 39 ◦ green 46 ◦ blue 144

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

Shades of Jacksons Purple #272E90

Tints of Jacksons Purple #272E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 17.03%
G = 20.09%
B = 62.88%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#272E90 (or 0x272E90) is known color: Jacksons Purple. HEX triplet: 27, 2E and 90. RGB value is (39,46,144). Sum of RGB (Red+Green+Blue) = 39+46+144=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #272E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E90 is #D8D16F. Grayscale: #363636. Windows color (decimal): -14209392 or 9448999. OLE color: 9448999.

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

Color convert

RGB 39 46 144 -
CMYK 0.73 0.68 0 0.44
HSL 236º 0.57% 0.36% -
HSV(B) 236º 0.73% 0.56% -
XYZ 6.85 4.4 26.87 -
YUV 55.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 39 46 144 0.73 0.68 0 0.44 236 0.57 0.36
Hex 27 2E 90 49 44 0 2C EC 39 24
Octal 47 56 220 111 104 0 54 354 71 44
Binary 100111 101110 10010000 1001001 1000100 0 101100 11101100 111001 100100

Color Harmonies of #272E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E90

Black with #272E90

Text Example


Text Example

White with #272E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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