Html Css Color HEX #38135B Christalle

📋 copy color: '#38135B'

red 56 ◦ green 19 ◦ blue 91

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

Shades of Christalle #38135B

Tints of Christalle #38135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.82%

R = 33.73%
G = 11.45%
B = 54.82%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38135B (or 0x38135B) is known color: Christalle. HEX triplet: 38, 13 and 5B. RGB value is (56,19,91). Sum of RGB (Red+Green+Blue) = 56+19+91=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #38135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38135B is #C7ECA4. Grayscale: #262626. Windows color (decimal): -13102245 or 5968696. OLE color: 5968696.

HSL color Cylindrical-coordinate representation of color #38135B: hue angle of 270.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38135B is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 19 91 -
CMYK 0.38 0.79 0 0.64
HSL 270.83º 0.65% 0.22% -
HSV(B) 270.83º 0.79% 0.36% -
XYZ 3.75 2.06 10.1 -
YUV 38.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 56 19 91 0.38 0.79 0 0.64 270.83 0.65 0.22
Hex 38 13 5B 26 4F 0 40 10F 41 16
Octal 70 23 133 46 117 0 100 417 101 26
Binary 111000 10011 1011011 100110 1001111 0 1000000 100001111 1000001 10110

Color Harmonies of #38135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38135B

Black with #38135B

Text Example


Text Example

White with #38135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38135B; }

 p { color: rgb(56,19,91); }

 H1.HeaderClassName
 {
   color: #38135B;
 }
 .AnyTagClassName
 {
   color: #38135B;
 }
</style>

background-color css

<style>
 a { background-color: #38135B; }

 a { background-color: rgb(56,19,91); }

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

border-color css

<style>
 span { border-color: #38135B; }

 span { border-color: rgb(56,19,91); }

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