Html Css Color HEX #272B8D Jacksons Purple

📋 copy color: '#272B8D'

red 39 ◦ green 43 ◦ blue 141

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

Shades of Jacksons Purple #272B8D

Tints of Jacksons Purple #272B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 17.49%
G = 19.28%
B = 63.23%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#272B8D (or 0x272B8D) is known color: Jacksons Purple. HEX triplet: 27, 2B and 8D. RGB value is (39,43,141). Sum of RGB (Red+Green+Blue) = 39+43+141=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #272B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272B8D is #D8D472. Grayscale: #343434. Windows color (decimal): -14210163 or 9251623. OLE color: 9251623.

HSL color Cylindrical-coordinate representation of color #272B8D: hue angle of 237.65º degrees, saturation: 0.57, 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 #272B8D is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 43 141 -
CMYK 0.72 0.70 0 0.45
HSL 237.65º 0.57% 0.35% -
HSV(B) 237.65º 0.72% 0.55% -
XYZ 6.51 4.08 25.64 -
YUV 52.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 39 43 141 0.72 0.70 0 0.45 237.65 0.57 0.35
Hex 27 2B 8D 48 46 0 2D EE 39 23
Octal 47 53 215 110 106 0 55 356 71 43
Binary 100111 101011 10001101 1001000 1000110 0 101101 11101110 111001 100011

Color Harmonies of #272B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B8D

Black with #272B8D

Text Example


Text Example

White with #272B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,43,141); }

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

background-color css

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

 a { background-color: rgb(39,43,141); }

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

border-color css

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

 span { border-color: rgb(39,43,141); }

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