Html Css Color HEX #262A8E Jacksons Purple

📋 copy color: '#262A8E'

red 38 ◦ green 42 ◦ blue 142

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

Shades of Jacksons Purple #262A8E

Tints of Jacksons Purple #262A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 63.96%

R = 17.12%
G = 18.92%
B = 63.96%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#262A8E (or 0x262A8E) is known color: Jacksons Purple. HEX triplet: 26, 2A and 8E. RGB value is (38,42,142). Sum of RGB (Red+Green+Blue) = 38+42+142=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #262A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A8E is #D9D571. Grayscale: #333333. Windows color (decimal): -14275954 or 9316902. OLE color: 9316902.

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

Color convert

RGB 38 42 142 -
CMYK 0.73 0.70 0 0.44
HSL 237.69º 0.58% 0.35% -
HSV(B) 237.69º 0.73% 0.56% -
XYZ 6.51 4.02 26.02 -
YUV 52.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 38 42 142 0.73 0.70 0 0.44 237.69 0.58 0.35
Hex 26 2A 8E 49 46 0 2C EE 3A 23
Octal 46 52 216 111 106 0 54 356 72 43
Binary 100110 101010 10001110 1001001 1000110 0 101100 11101110 111010 100011

Color Harmonies of #262A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262A8E

Black with #262A8E

Text Example


Text Example

White with #262A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262A8E; }

 p { color: rgb(38,42,142); }

 H1.HeaderClassName
 {
   color: #262A8E;
 }
 .AnyTagClassName
 {
   color: #262A8E;
 }
</style>

background-color css

<style>
 a { background-color: #262A8E; }

 a { background-color: rgb(38,42,142); }

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

border-color css

<style>
 span { border-color: #262A8E; }

 span { border-color: rgb(38,42,142); }

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