Html Css Color HEX #42265B Jagger

📋 copy color: '#42265B'

red 66 ◦ green 38 ◦ blue 91

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

Shades of Jagger #42265B

Tints of Jagger #42265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 33.85%
G = 19.49%
B = 46.67%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42265B (or 0x42265B) is known color: Jagger. HEX triplet: 42, 26 and 5B. RGB value is (66,38,91). Sum of RGB (Red+Green+Blue) = 66+38+91=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #42265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42265B is #BDD9A4. Grayscale: #343434. Windows color (decimal): -12442021 or 5973570. OLE color: 5973570.

HSL color Cylindrical-coordinate representation of color #42265B: hue angle of 271.7º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42265B is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 38 91 -
CMYK 0.27 0.58 0 0.64
HSL 271.7º 0.41% 0.25% -
HSV(B) 271.7º 0.58% 0.36% -
XYZ 4.83 3.3 10.28 -
YUV 52.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 66 38 91 0.27 0.58 0 0.64 271.7 0.41 0.25
Hex 42 26 5B 1B 3A 0 40 110 29 19
Octal 102 46 133 33 72 0 100 420 51 31
Binary 1000010 100110 1011011 11011 111010 0 1000000 100010000 101001 11001

Color Harmonies of #42265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42265B

Black with #42265B

Text Example


Text Example

White with #42265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42265B; }

 p { color: rgb(66,38,91); }

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

background-color css

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

 a { background-color: rgb(66,38,91); }

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

border-color css

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

 span { border-color: rgb(66,38,91); }

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