Html Css Color HEX #272A8C Jacksons Purple

📋 copy color: '#272A8C'

red 39 ◦ green 42 ◦ blue 140

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

Shades of Jacksons Purple #272A8C

Tints of Jacksons Purple #272A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.35%

R = 17.65%
G = 19%
B = 63.35%

CMYK

 C value IS 0.72

 M value IS 0.7

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#272A8C (or 0x272A8C) is known color: Jacksons Purple. HEX triplet: 27, 2A and 8C. RGB value is (39,42,140). Sum of RGB (Red+Green+Blue) = 39+42+140=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #272A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272A8C is #D8D573. Grayscale: #333333. Windows color (decimal): -14210420 or 9185831. OLE color: 9185831.

HSL color Cylindrical-coordinate representation of color #272A8C: hue angle of 238.22º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #272A8C is Cyan = 0.72, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 42 140 -
CMYK 0.72 0.7 0 0.45
HSL 238.22º 0.56% 0.35% -
HSV(B) 238.22º 0.72% 0.55% -
XYZ 6.4 3.98 25.24 -
YUV 52.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 39 42 140 0.72 0.7 0 0.45 238.22 0.56 0.35
Hex 27 2A 8C 48 46 0 2D EE 38 23
Octal 47 52 214 110 106 0 55 356 70 43
Binary 100111 101010 10001100 1001000 1000110 0 101101 11101110 111000 100011

Color Harmonies of #272A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A8C

Black with #272A8C

Text Example


Text Example

White with #272A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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