Html Css Color HEX #38015D Christalle

📋 copy color: '#38015D'

red 56 ◦ green 1 ◦ blue 93

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

Shades of Christalle #38015D

Tints of Christalle #38015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 37.33%
G = 0.67%
B = 62%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38015D (or 0x38015D) is known color: Christalle. HEX triplet: 38, 01 and 5D. RGB value is (56,1,93). Sum of RGB (Red+Green+Blue) = 56+1+93=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #38015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38015D is #C7FEA2. Grayscale: #1B1B1B. Windows color (decimal): -13106851 or 6095160. OLE color: 6095160.

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

Color convert

RGB 56 1 93 -
CMYK 0.40 0.99 0 0.64
HSL 275.87º 0.98% 0.18% -
HSV(B) 275.87º 0.99% 0.36% -
XYZ 3.62 1.65 10.48 -
YUV 27.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 56 1 93 0.40 0.99 0 0.64 275.87 0.98 0.18
Hex 38 1 5D 28 63 0 40 114 62 12
Octal 70 1 135 50 143 0 100 424 142 22
Binary 111000 1 1011101 101000 1100011 0 1000000 100010100 1100010 10010

Color Harmonies of #38015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38015D

Black with #38015D

Text Example


Text Example

White with #38015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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