Html Css Color HEX #272D91 Jacksons Purple

📋 copy color: '#272D91'

red 39 ◦ green 45 ◦ blue 145

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

Shades of Jacksons Purple #272D91

Tints of Jacksons Purple #272D91

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

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

R = 17.03%
G = 19.65%
B = 63.32%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#272D91 (or 0x272D91) is known color: Jacksons Purple. HEX triplet: 27, 2D and 91. RGB value is (39,45,145). Sum of RGB (Red+Green+Blue) = 39+45+145=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #272D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D91 is #D8D26E. Grayscale: #363636. Windows color (decimal): -14209647 or 9514279. OLE color: 9514279.

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

Color convert

RGB 39 45 145 -
CMYK 0.73 0.69 0 0.43
HSL 236.6º 0.58% 0.36% -
HSV(B) 236.6º 0.73% 0.57% -
XYZ 6.89 4.35 27.27 -
YUV 54.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 39 45 145 0.73 0.69 0 0.43 236.6 0.58 0.36
Hex 27 2D 91 49 45 0 2B ED 3A 24
Octal 47 55 221 111 105 0 53 355 72 44
Binary 100111 101101 10010001 1001001 1000101 0 101011 11101101 111010 100100

Color Harmonies of #272D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D91

Black with #272D91

Text Example


Text Example

White with #272D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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