Html Css Color HEX #283492 Jacksons Purple

📋 copy color: '#283492'

red 40 ◦ green 52 ◦ blue 146

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

Shades of Jacksons Purple #283492

Tints of Jacksons Purple #283492

RGB

 RED value IS 40 (16.02% from 255) = 16.81%

 GREEN value IS 52 (20.7% from 255) = 21.85%

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 16.81%
G = 21.85%
B = 61.34%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#283492 (or 0x283492) is known color: Jacksons Purple. HEX triplet: 28, 34 and 92. RGB value is (40,52,146). Sum of RGB (Red+Green+Blue) = 40+52+146=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #283492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283492 is #D7CB6D. Grayscale: #3A3A3A. Windows color (decimal): -14142318 or 9581608. OLE color: 9581608.

HSL color Cylindrical-coordinate representation of color #283492: hue angle of 233.21º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283492 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 52 146 -
CMYK 0.73 0.64 0 0.43
HSL 233.21º 0.57% 0.36% -
HSV(B) 233.21º 0.73% 0.57% -
XYZ 7.29 4.98 27.77 -
YUV 59.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 40 52 146 0.73 0.64 0 0.43 233.21 0.57 0.36
Hex 28 34 92 49 40 0 2B E9 39 24
Octal 50 64 222 111 100 0 53 351 71 44
Binary 101000 110100 10010010 1001001 1000000 0 101011 11101001 111001 100100

Color Harmonies of #283492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283492

Black with #283492

Text Example


Text Example

White with #283492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283492; }

 p { color: rgb(40,52,146); }

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

background-color css

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

 a { background-color: rgb(40,52,146); }

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

border-color css

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

 span { border-color: rgb(40,52,146); }

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