Html Css Color HEX #3B135A Christalle

📋 copy color: '#3B135A'

red 59 ◦ green 19 ◦ blue 90

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

Shades of Christalle #3B135A

Tints of Christalle #3B135A

RGB

 RED value IS 59 (23.44% from 255) = 35.12%

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 35.12%
G = 11.31%
B = 53.57%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B135A (or 0x3B135A) is known color: Christalle. HEX triplet: 3B, 13 and 5A. RGB value is (59,19,90). Sum of RGB (Red+Green+Blue) = 59+19+90=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B135A is #C4ECA5. Grayscale: #262626. Windows color (decimal): -12905638 or 5903163. OLE color: 5903163.

HSL color Cylindrical-coordinate representation of color #3B135A: hue angle of 273.8º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B135A is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 19 90 -
CMYK 0.34 0.79 0 0.65
HSL 273.8º 0.65% 0.21% -
HSV(B) 273.8º 0.79% 0.35% -
XYZ 3.88 2.13 9.88 -
YUV 39.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 59 19 90 0.34 0.79 0 0.65 273.8 0.65 0.21
Hex 3B 13 5A 22 4F 0 41 112 41 15
Octal 73 23 132 42 117 0 101 422 101 25
Binary 111011 10011 1011010 100010 1001111 0 1000001 100010010 1000001 10101

Color Harmonies of #3B135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B135A

Black with #3B135A

Text Example


Text Example

White with #3B135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,19,90); }

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

background-color css

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

 a { background-color: rgb(59,19,90); }

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

border-color css

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

 span { border-color: rgb(59,19,90); }

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