Html Css Color HEX #38275F Christalle

📋 copy color: '#38275F'

red 56 ◦ green 39 ◦ blue 95

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

Shades of Christalle #38275F

Tints of Christalle #38275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.53%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 29.47%
G = 20.53%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38275F (or 0x38275F) is known color: Christalle. HEX triplet: 38, 27 and 5F. RGB value is (56,39,95). Sum of RGB (Red+Green+Blue) = 56+39+95=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #38275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38275F is #C7D8A0. Grayscale: #323232. Windows color (decimal): -13097121 or 6235960. OLE color: 6235960.

HSL color Cylindrical-coordinate representation of color #38275F: hue angle of 258.21º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38275F is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 39 95 -
CMYK 0.41 0.59 0 0.63
HSL 258.21º 0.42% 0.26% -
HSV(B) 258.21º 0.59% 0.37% -
XYZ 4.42 3.12 11.2 -
YUV 50.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 56 39 95 0.41 0.59 0 0.63 258.21 0.42 0.26
Hex 38 27 5F 29 3B 0 3F 102 2A 1A
Octal 70 47 137 51 73 0 77 402 52 32
Binary 111000 100111 1011111 101001 111011 0 111111 100000010 101010 11010

Color Harmonies of #38275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38275F

Black with #38275F

Text Example


Text Example

White with #38275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38275F; }

 p { color: rgb(56,39,95); }

 H1.HeaderClassName
 {
   color: #38275F;
 }
 .AnyTagClassName
 {
   color: #38275F;
 }
</style>

background-color css

<style>
 a { background-color: #38275F; }

 a { background-color: rgb(56,39,95); }

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

border-color css

<style>
 span { border-color: #38275F; }

 span { border-color: rgb(56,39,95); }

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