Html Css Color HEX #283092 Jacksons Purple

📋 copy color: '#283092'

red 40 ◦ green 48 ◦ blue 146

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

Shades of Jacksons Purple #283092

Tints of Jacksons Purple #283092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 17.09%
G = 20.51%
B = 62.39%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#283092 (or 0x283092) is known color: Jacksons Purple. HEX triplet: 28, 30 and 92. RGB value is (40,48,146). Sum of RGB (Red+Green+Blue) = 40+48+146=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #283092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283092 is #D7CF6D. Grayscale: #383838. Windows color (decimal): -14143342 or 9580584. OLE color: 9580584.

HSL color Cylindrical-coordinate representation of color #283092: hue angle of 235.47º 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 #283092 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 48 146 -
CMYK 0.73 0.67 0 0.43
HSL 235.47º 0.57% 0.36% -
HSV(B) 235.47º 0.73% 0.57% -
XYZ 7.12 4.64 27.71 -
YUV 56.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 40 48 146 0.73 0.67 0 0.43 235.47 0.57 0.36
Hex 28 30 92 49 43 0 2B EB 39 24
Octal 50 60 222 111 103 0 53 353 71 44
Binary 101000 110000 10010010 1001001 1000011 0 101011 11101011 111001 100100

Color Harmonies of #283092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283092

Black with #283092

Text Example


Text Example

White with #283092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283092; }

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

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

background-color css

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

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

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

border-color css

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

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

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