Html Css Color HEX #41275A Jagger

📋 copy color: '#41275A'

red 65 ◦ green 39 ◦ blue 90

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

Shades of Jagger #41275A

Tints of Jagger #41275A

RGB

 RED value IS 65 (25.78% from 255) = 33.51%

 GREEN value IS 39 (15.63% from 255) = 20.1%

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

R = 33.51%
G = 20.1%
B = 46.39%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41275A (or 0x41275A) is known color: Jagger. HEX triplet: 41, 27 and 5A. RGB value is (65,39,90). Sum of RGB (Red+Green+Blue) = 65+39+90=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #41275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41275A is #BED8A5. Grayscale: #343434. Windows color (decimal): -12507302 or 5908289. OLE color: 5908289.

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

Color convert

RGB 65 39 90 -
CMYK 0.28 0.57 0 0.65
HSL 270.59º 0.4% 0.25% -
HSV(B) 270.59º 0.57% 0.35% -
XYZ 4.75 3.31 10.06 -
YUV 52.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 65 39 90 0.28 0.57 0 0.65 270.59 0.4 0.25
Hex 41 27 5A 1C 39 0 41 10F 28 19
Octal 101 47 132 34 71 0 101 417 50 31
Binary 1000001 100111 1011010 11100 111001 0 1000001 100001111 101000 11001

Color Harmonies of #41275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41275A

Black with #41275A

Text Example


Text Example

White with #41275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,39,90); }

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

background-color css

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

 a { background-color: rgb(65,39,90); }

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

border-color css

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

 span { border-color: rgb(65,39,90); }

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