Html Css Color HEX #38275C Christalle

📋 copy color: '#38275C'

red 56 ◦ green 39 ◦ blue 92

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

Shades of Christalle #38275C

Tints of Christalle #38275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 29.95%
G = 20.86%
B = 49.2%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38275C (or 0x38275C) is known color: Christalle. HEX triplet: 38, 27 and 5C. RGB value is (56,39,92). Sum of RGB (Red+Green+Blue) = 56+39+92=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #38275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38275C is #C7D8A3. Grayscale: #313131. Windows color (decimal): -13097124 or 6039352. OLE color: 6039352.

HSL color Cylindrical-coordinate representation of color #38275C: hue angle of 259.25º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38275C is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 39 92 -
CMYK 0.39 0.58 0 0.64
HSL 259.25º 0.4% 0.26% -
HSV(B) 259.25º 0.58% 0.36% -
XYZ 4.29 3.06 10.49 -
YUV 50.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 56 39 92 0.39 0.58 0 0.64 259.25 0.4 0.26
Hex 38 27 5C 27 3A 0 40 103 28 1A
Octal 70 47 134 47 72 0 100 403 50 32
Binary 111000 100111 1011100 100111 111010 0 1000000 100000011 101000 11010

Color Harmonies of #38275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38275C

Black with #38275C

Text Example


Text Example

White with #38275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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