Html Css Color HEX #272C91 Jacksons Purple

📋 copy color: '#272C91'

red 39 ◦ green 44 ◦ blue 145

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

Shades of Jacksons Purple #272C91

Tints of Jacksons Purple #272C91

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

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

R = 17.11%
G = 19.3%
B = 63.6%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#272C91 (or 0x272C91) is known color: Jacksons Purple. HEX triplet: 27, 2C and 91. RGB value is (39,44,145). Sum of RGB (Red+Green+Blue) = 39+44+145=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #272C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272C91 is #D8D36E. Grayscale: #353535. Windows color (decimal): -14209903 or 9514023. OLE color: 9514023.

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

Color convert

RGB 39 44 145 -
CMYK 0.73 0.70 0 0.43
HSL 237.17º 0.58% 0.36% -
HSV(B) 237.17º 0.73% 0.57% -
XYZ 6.85 4.28 27.25 -
YUV 54.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 39 44 145 0.73 0.70 0 0.43 237.17 0.58 0.36
Hex 27 2C 91 49 46 0 2B ED 3A 24
Octal 47 54 221 111 106 0 53 355 72 44
Binary 100111 101100 10010001 1001001 1000110 0 101011 11101101 111010 100100

Color Harmonies of #272C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C91

Black with #272C91

Text Example


Text Example

White with #272C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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