Html Css Color HEX #38065D Christalle

📋 copy color: '#38065D'

red 56 ◦ green 6 ◦ blue 93

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

Shades of Christalle #38065D

Tints of Christalle #38065D

RGB

 RED value IS 56 (22.27% from 255) = 36.13%

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 93 (36.72% from 255) = 60%

R = 36.13%
G = 3.87%
B = 60%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38065D (or 0x38065D) is known color: Christalle. HEX triplet: 38, 06 and 5D. RGB value is (56,6,93). Sum of RGB (Red+Green+Blue) = 56+6+93=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #38065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38065D is #C7F9A2. Grayscale: #1E1E1E. Windows color (decimal): -13105571 or 6096440. OLE color: 6096440.

HSL color Cylindrical-coordinate representation of color #38065D: hue angle of 274.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38065D is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 6 93 -
CMYK 0.40 0.94 0 0.64
HSL 274.48º 0.88% 0.19% -
HSV(B) 274.48º 0.94% 0.36% -
XYZ 3.67 1.76 10.5 -
YUV 30.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 56 6 93 0.40 0.94 0 0.64 274.48 0.88 0.19
Hex 38 6 5D 28 5E 0 40 112 58 13
Octal 70 6 135 50 136 0 100 422 130 23
Binary 111000 110 1011101 101000 1011110 0 1000000 100010010 1011000 10011

Color Harmonies of #38065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38065D

Black with #38065D

Text Example


Text Example

White with #38065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38065D; }

 p { color: rgb(56,6,93); }

 H1.HeaderClassName
 {
   color: #38065D;
 }
 .AnyTagClassName
 {
   color: #38065D;
 }
</style>

background-color css

<style>
 a { background-color: #38065D; }

 a { background-color: rgb(56,6,93); }

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

border-color css

<style>
 span { border-color: #38065D; }

 span { border-color: rgb(56,6,93); }

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