Html Css Color HEX #3D195A Christalle

📋 copy color: '#3D195A'

red 61 ◦ green 25 ◦ blue 90

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

Shades of Christalle #3D195A

Tints of Christalle #3D195A

RGB

 RED value IS 61 (24.22% from 255) = 34.66%

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 34.66%
G = 14.2%
B = 51.14%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D195A (or 0x3D195A) is known color: Christalle. HEX triplet: 3D, 19 and 5A. RGB value is (61,25,90). Sum of RGB (Red+Green+Blue) = 61+25+90=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D195A is #C2E6A5. Grayscale: #2A2A2A. Windows color (decimal): -12773030 or 5904701. OLE color: 5904701.

HSL color Cylindrical-coordinate representation of color #3D195A: hue angle of 273.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D195A is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 25 90 -
CMYK 0.32 0.72 0 0.65
HSL 273.23º 0.57% 0.23% -
HSV(B) 273.23º 0.72% 0.35% -
XYZ 4.12 2.43 9.92 -
YUV 43.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 61 25 90 0.32 0.72 0 0.65 273.23 0.57 0.23
Hex 3D 19 5A 20 48 0 41 111 39 17
Octal 75 31 132 40 110 0 101 421 71 27
Binary 111101 11001 1011010 100000 1001000 0 1000001 100010001 111001 10111

Color Harmonies of #3D195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D195A

Black with #3D195A

Text Example


Text Example

White with #3D195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,25,90); }

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

background-color css

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

 a { background-color: rgb(61,25,90); }

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

border-color css

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

 span { border-color: rgb(61,25,90); }

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