Html Css Color HEX #2D268F Jacksons Purple

📋 copy color: '#2D268F'

red 45 ◦ green 38 ◦ blue 143

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

Shades of Jacksons Purple #2D268F

Tints of Jacksons Purple #2D268F

RGB

 RED value IS 45 (17.97% from 255) = 19.91%

 GREEN value IS 38 (15.23% from 255) = 16.81%

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

R = 19.91%
G = 16.81%
B = 63.27%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D268F (or 0x2D268F) is known color: Jacksons Purple. HEX triplet: 2D, 26 and 8F. RGB value is (45,38,143). Sum of RGB (Red+Green+Blue) = 45+38+143=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #2D268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D268F is #D2D970. Grayscale: #333333. Windows color (decimal): -13818225 or 9381421. OLE color: 9381421.

HSL color Cylindrical-coordinate representation of color #2D268F: hue angle of 244º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D268F is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 38 143 -
CMYK 0.69 0.73 0 0.44
HSL 244º 0.58% 0.35% -
HSV(B) 244º 0.73% 0.56% -
XYZ 6.73 3.93 26.39 -
YUV 52.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 45 38 143 0.69 0.73 0 0.44 244 0.58 0.35
Hex 2D 26 8F 45 49 0 2C F4 3A 23
Octal 55 46 217 105 111 0 54 364 72 43
Binary 101101 100110 10001111 1000101 1001001 0 101100 11110100 111010 100011

Color Harmonies of #2D268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D268F

Black with #2D268F

Text Example


Text Example

White with #2D268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D268F; }

 p { color: rgb(45,38,143); }

 H1.HeaderClassName
 {
   color: #2D268F;
 }
 .AnyTagClassName
 {
   color: #2D268F;
 }
</style>

background-color css

<style>
 a { background-color: #2D268F; }

 a { background-color: rgb(45,38,143); }

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

border-color css

<style>
 span { border-color: #2D268F; }

 span { border-color: rgb(45,38,143); }

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