Html Css Color HEX #26298F Jacksons Purple

📋 copy color: '#26298F'

red 38 ◦ green 41 ◦ blue 143

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

Shades of Jacksons Purple #26298F

Tints of Jacksons Purple #26298F

RGB

 RED value IS 38 (15.23% from 255) = 17.12%

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 17.12%
G = 18.47%
B = 64.41%

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

#26298F (or 0x26298F) is known color: Jacksons Purple. HEX triplet: 26, 29 and 8F. RGB value is (38,41,143). Sum of RGB (Red+Green+Blue) = 38+41+143=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #26298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26298F is #D9D670. Grayscale: #333333. Windows color (decimal): -14276209 or 9382182. OLE color: 9382182.

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

Color convert

RGB 38 41 143 -
CMYK 0.73 0.71 0 0.44
HSL 238.29º 0.58% 0.35% -
HSV(B) 238.29º 0.73% 0.56% -
XYZ 6.55 3.98 26.41 -
YUV 51.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 38 41 143 0.73 0.71 0 0.44 238.29 0.58 0.35
Hex 26 29 8F 49 47 0 2C EE 3A 23
Octal 46 51 217 111 107 0 54 356 72 43
Binary 100110 101001 10001111 1001001 1000111 0 101100 11101110 111010 100011

Color Harmonies of #26298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26298F

Black with #26298F

Text Example


Text Example

White with #26298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26298F; }

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

 H1.HeaderClassName
 {
   color: #26298F;
 }
 .AnyTagClassName
 {
   color: #26298F;
 }
</style>

background-color css

<style>
 a { background-color: #26298F; }

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

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

border-color css

<style>
 span { border-color: #26298F; }

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

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