Html Css Color HEX #41265B Christalle

📋 copy color: '#41265B'

red 65 ◦ green 38 ◦ blue 91

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

Shades of Christalle #41265B

Tints of Christalle #41265B

RGB

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

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

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

R = 33.51%
G = 19.59%
B = 46.91%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41265B (or 0x41265B) is known color: Christalle. HEX triplet: 41, 26 and 5B. RGB value is (65,38,91). Sum of RGB (Red+Green+Blue) = 65+38+91=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #41265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41265B is #BED9A4. Grayscale: #333333. Windows color (decimal): -12507557 or 5973569. OLE color: 5973569.

HSL color Cylindrical-coordinate representation of color #41265B: hue angle of 270.57º 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 #41265B is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 38 91 -
CMYK 0.29 0.58 0 0.64
HSL 270.57º 0.41% 0.25% -
HSV(B) 270.57º 0.58% 0.36% -
XYZ 4.76 3.27 10.28 -
YUV 52.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 65 38 91 0.29 0.58 0 0.64 270.57 0.41 0.25
Hex 41 26 5B 1D 3A 0 40 10F 29 19
Octal 101 46 133 35 72 0 100 417 51 31
Binary 1000001 100110 1011011 11101 111010 0 1000000 100001111 101001 11001

Color Harmonies of #41265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41265B

Black with #41265B

Text Example


Text Example

White with #41265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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