Html Css Color HEX #38146C Christalle

📋 copy color: '#38146C'

red 56 ◦ green 20 ◦ blue 108

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

Shades of Christalle #38146C

Tints of Christalle #38146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

 BLUE value IS 108 (42.58% from 255) = 58.7%

R = 30.43%
G = 10.87%
B = 58.7%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38146C (or 0x38146C) is known color: Christalle. HEX triplet: 38, 14 and 6C. RGB value is (56,20,108). Sum of RGB (Red+Green+Blue) = 56+20+108=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #38146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38146C is #C7EB93. Grayscale: #282828. Windows color (decimal): -13101972 or 7083064. OLE color: 7083064.

HSL color Cylindrical-coordinate representation of color #38146C: hue angle of 264.55º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38146C is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 20 108 -
CMYK 0.48 0.81 0 0.58
HSL 264.55º 0.69% 0.25% -
HSV(B) 264.55º 0.81% 0.42% -
XYZ 4.59 2.42 14.41 -
YUV 40.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 56 20 108 0.48 0.81 0 0.58 264.55 0.69 0.25
Hex 38 14 6C 30 51 0 3A 109 45 19
Octal 70 24 154 60 121 0 72 411 105 31
Binary 111000 10100 1101100 110000 1010001 0 111010 100001001 1000101 11001

Color Harmonies of #38146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38146C

Black with #38146C

Text Example


Text Example

White with #38146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,20,108); }

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

background-color css

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

 a { background-color: rgb(56,20,108); }

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

border-color css

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

 span { border-color: rgb(56,20,108); }

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