Html Css Color HEX #42285A Jagger

📋 copy color: '#42285A'

red 66 ◦ green 40 ◦ blue 90

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

Shades of Jagger #42285A

Tints of Jagger #42285A

RGB

 RED value IS 66 (26.17% from 255) = 33.67%

 GREEN value IS 40 (16.02% from 255) = 20.41%

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 33.67%
G = 20.41%
B = 45.92%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42285A (or 0x42285A) is known color: Jagger. HEX triplet: 42, 28 and 5A. RGB value is (66,40,90). Sum of RGB (Red+Green+Blue) = 66+40+90=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #42285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42285A is #BDD7A5. Grayscale: #353535. Windows color (decimal): -12441510 or 5908546. OLE color: 5908546.

HSL color Cylindrical-coordinate representation of color #42285A: hue angle of 271.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42285A is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 40 90 -
CMYK 0.27 0.56 0 0.65
HSL 271.2º 0.38% 0.25% -
HSV(B) 271.2º 0.56% 0.35% -
XYZ 4.85 3.41 10.08 -
YUV 53.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 66 40 90 0.27 0.56 0 0.65 271.2 0.38 0.25
Hex 42 28 5A 1B 38 0 41 10F 26 19
Octal 102 50 132 33 70 0 101 417 46 31
Binary 1000010 101000 1011010 11011 111000 0 1000001 100001111 100110 11001

Color Harmonies of #42285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42285A

Black with #42285A

Text Example


Text Example

White with #42285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42285A; }

 p { color: rgb(66,40,90); }

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

background-color css

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

 a { background-color: rgb(66,40,90); }

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

border-color css

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

 span { border-color: rgb(66,40,90); }

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