Html Css Color HEX #272B90 Jacksons Purple

📋 copy color: '#272B90'

red 39 ◦ green 43 ◦ blue 144

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

Shades of Jacksons Purple #272B90

Tints of Jacksons Purple #272B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

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

R = 17.26%
G = 19.03%
B = 63.72%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#272B90 (or 0x272B90) is known color: Jacksons Purple. HEX triplet: 27, 2B and 90. RGB value is (39,43,144). Sum of RGB (Red+Green+Blue) = 39+43+144=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #272B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272B90 is #D8D46F. Grayscale: #343434. Windows color (decimal): -14210160 or 9448231. OLE color: 9448231.

HSL color Cylindrical-coordinate representation of color #272B90: hue angle of 237.71º 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 #272B90 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 43 144 -
CMYK 0.73 0.70 0 0.44
HSL 237.71º 0.57% 0.36% -
HSV(B) 237.71º 0.73% 0.56% -
XYZ 6.73 4.17 26.84 -
YUV 53.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 39 43 144 0.73 0.70 0 0.44 237.71 0.57 0.36
Hex 27 2B 90 49 46 0 2C EE 39 24
Octal 47 53 220 111 106 0 54 356 71 44
Binary 100111 101011 10010000 1001001 1000110 0 101100 11101110 111001 100100

Color Harmonies of #272B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B90

Black with #272B90

Text Example


Text Example

White with #272B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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