Html Css Color HEX #262D90 Jacksons Purple

📋 copy color: '#262D90'

red 38 ◦ green 45 ◦ blue 144

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

Shades of Jacksons Purple #262D90

Tints of Jacksons Purple #262D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 16.74%
G = 19.82%
B = 63.44%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#262D90 (or 0x262D90) is known color: Jacksons Purple. HEX triplet: 26, 2D and 90. RGB value is (38,45,144). Sum of RGB (Red+Green+Blue) = 38+45+144=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #262D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262D90 is #D9D26F. Grayscale: #353535. Windows color (decimal): -14275184 or 9448742. OLE color: 9448742.

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

Color convert

RGB 38 45 144 -
CMYK 0.74 0.69 0 0.44
HSL 236.04º 0.58% 0.36% -
HSV(B) 236.04º 0.74% 0.56% -
XYZ 6.77 4.3 26.86 -
YUV 54.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 38 45 144 0.74 0.69 0 0.44 236.04 0.58 0.36
Hex 26 2D 90 4A 45 0 2C EC 3A 24
Octal 46 55 220 112 105 0 54 354 72 44
Binary 100110 101101 10010000 1001010 1000101 0 101100 11101100 111010 100100

Color Harmonies of #262D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262D90

Black with #262D90

Text Example


Text Example

White with #262D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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