Html Css Color HEX #262A90 Jacksons Purple

📋 copy color: '#262A90'

red 38 ◦ green 42 ◦ blue 144

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

Shades of Jacksons Purple #262A90

Tints of Jacksons Purple #262A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64.29%

R = 16.96%
G = 18.75%
B = 64.29%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#262A90 (or 0x262A90) is known color: Jacksons Purple. HEX triplet: 26, 2A and 90. RGB value is (38,42,144). Sum of RGB (Red+Green+Blue) = 38+42+144=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #262A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A90 is #D9D56F. Grayscale: #343434. Windows color (decimal): -14275952 or 9447974. OLE color: 9447974.

HSL color Cylindrical-coordinate representation of color #262A90: hue angle of 237.74º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262A90 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 42 144 -
CMYK 0.74 0.71 0 0.44
HSL 237.74º 0.58% 0.36% -
HSV(B) 237.74º 0.74% 0.56% -
XYZ 6.66 4.08 26.82 -
YUV 52.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 38 42 144 0.74 0.71 0 0.44 237.74 0.58 0.36
Hex 26 2A 90 4A 47 0 2C EE 3A 24
Octal 46 52 220 112 107 0 54 356 72 44
Binary 100110 101010 10010000 1001010 1000111 0 101100 11101110 111010 100100

Color Harmonies of #262A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262A90

Black with #262A90

Text Example


Text Example

White with #262A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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