Html Css Color HEX #272A8F Jacksons Purple

📋 copy color: '#272A8F'

red 39 ◦ green 42 ◦ blue 143

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

Shades of Jacksons Purple #272A8F

Tints of Jacksons Purple #272A8F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

 BLUE value IS 143 (56.25% from 255) = 63.84%

R = 17.41%
G = 18.75%
B = 63.84%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#272A8F (or 0x272A8F) is known color: Jacksons Purple. HEX triplet: 27, 2A and 8F. RGB value is (39,42,143). Sum of RGB (Red+Green+Blue) = 39+42+143=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #272A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272A8F is #D8D570. Grayscale: #343434. Windows color (decimal): -14210417 or 9382439. OLE color: 9382439.

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

Color convert

RGB 39 42 143 -
CMYK 0.73 0.71 0 0.44
HSL 238.27º 0.57% 0.36% -
HSV(B) 238.27º 0.73% 0.56% -
XYZ 6.62 4.07 26.42 -
YUV 52.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 39 42 143 0.73 0.71 0 0.44 238.27 0.57 0.36
Hex 27 2A 8F 49 47 0 2C EE 39 24
Octal 47 52 217 111 107 0 54 356 71 44
Binary 100111 101010 10001111 1001001 1000111 0 101100 11101110 111001 100100

Color Harmonies of #272A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A8F

Black with #272A8F

Text Example


Text Example

White with #272A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,42,143); }

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

background-color css

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

 a { background-color: rgb(39,42,143); }

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

border-color css

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

 span { border-color: rgb(39,42,143); }

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