Html Css Color HEX #3A295A Christalle

📋 copy color: '#3A295A'

red 58 ◦ green 41 ◦ blue 90

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

Shades of Christalle #3A295A

Tints of Christalle #3A295A

RGB

 RED value IS 58 (23.05% from 255) = 30.69%

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 30.69%
G = 21.69%
B = 47.62%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A295A (or 0x3A295A) is known color: Christalle. HEX triplet: 3A, 29 and 5A. RGB value is (58,41,90). Sum of RGB (Red+Green+Blue) = 58+41+90=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A295A is #C5D6A5. Grayscale: #333333. Windows color (decimal): -12965542 or 5908794. OLE color: 5908794.

HSL color Cylindrical-coordinate representation of color #3A295A: hue angle of 260.82º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A295A is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 41 90 -
CMYK 0.36 0.54 0 0.65
HSL 260.82º 0.37% 0.26% -
HSV(B) 260.82º 0.54% 0.35% -
XYZ 4.38 3.22 10.06 -
YUV 51.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 58 41 90 0.36 0.54 0 0.65 260.82 0.37 0.26
Hex 3A 29 5A 24 36 0 41 105 25 1A
Octal 72 51 132 44 66 0 101 405 45 32
Binary 111010 101001 1011010 100100 110110 0 1000001 100000101 100101 11010

Color Harmonies of #3A295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A295A

Black with #3A295A

Text Example


Text Example

White with #3A295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A295A; }

 p { color: rgb(58,41,90); }

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

background-color css

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

 a { background-color: rgb(58,41,90); }

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

border-color css

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

 span { border-color: rgb(58,41,90); }

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