Html Css Color HEX #272F90 Jacksons Purple

📋 copy color: '#272F90'

red 39 ◦ green 47 ◦ blue 144

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

Shades of Jacksons Purple #272F90

Tints of Jacksons Purple #272F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

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

R = 16.96%
G = 20.43%
B = 62.61%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#272F90 (or 0x272F90) is known color: Jacksons Purple. HEX triplet: 27, 2F and 90. RGB value is (39,47,144). Sum of RGB (Red+Green+Blue) = 39+47+144=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #272F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272F90 is #D8D06F. Grayscale: #373737. Windows color (decimal): -14209136 or 9449255. OLE color: 9449255.

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

Color convert

RGB 39 47 144 -
CMYK 0.73 0.67 0 0.44
HSL 235.43º 0.57% 0.36% -
HSV(B) 235.43º 0.73% 0.56% -
XYZ 6.89 4.48 26.89 -
YUV 55.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 39 47 144 0.73 0.67 0 0.44 235.43 0.57 0.36
Hex 27 2F 90 49 43 0 2C EB 39 24
Octal 47 57 220 111 103 0 54 353 71 44
Binary 100111 101111 10010000 1001001 1000011 0 101100 11101011 111001 100100

Color Harmonies of #272F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F90

Black with #272F90

Text Example


Text Example

White with #272F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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