Html Css Color HEX #262E90 Jacksons Purple

📋 copy color: '#262E90'

red 38 ◦ green 46 ◦ blue 144

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

Shades of Jacksons Purple #262E90

Tints of Jacksons Purple #262E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.18%

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

R = 16.67%
G = 20.18%
B = 63.16%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#262E90 (or 0x262E90) is known color: Jacksons Purple. HEX triplet: 26, 2E and 90. RGB value is (38,46,144). Sum of RGB (Red+Green+Blue) = 38+46+144=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #262E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262E90 is #D9D16F. Grayscale: #363636. Windows color (decimal): -14274928 or 9448998. OLE color: 9448998.

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

Color convert

RGB 38 46 144 -
CMYK 0.74 0.68 0 0.44
HSL 235.47º 0.58% 0.36% -
HSV(B) 235.47º 0.74% 0.56% -
XYZ 6.81 4.38 26.87 -
YUV 54.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 38 46 144 0.74 0.68 0 0.44 235.47 0.58 0.36
Hex 26 2E 90 4A 44 0 2C EB 3A 24
Octal 46 56 220 112 104 0 54 353 72 44
Binary 100110 101110 10010000 1001010 1000100 0 101100 11101011 111010 100100

Color Harmonies of #262E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262E90

Black with #262E90

Text Example


Text Example

White with #262E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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